projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fe7f9f
)
Fix the makefile so docs get built
author
Erik Andersen
<andersen@codepoet.org>
Wed, 19 Apr 2000 04:26:30 +0000
(
04:26
-0000)
committer
Erik Andersen
<andersen@codepoet.org>
Wed, 19 Apr 2000 04:26:30 +0000
(
04:26
-0000)
-Erik
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 90a1a21fd0db0f5785058d5044703a89431afe79..aaa0eddc49e8521fef8ca7dc6f94be33e936eff4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-95,18
+95,16
@@
ifdef BB_INIT_SCRIPT
CFLAGS += -DINIT_SCRIPT='"$(BB_INIT_SCRIPT)"'
endif
-all: busybox busybox.links
docs
+all: busybox busybox.links
busybox: $(OBJECTS)
$(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES)
$(STRIP)
+ $(MAKE) -C docs
busybox.links: busybox.def.h
- ./busybox.mkll | sort >$@
-docs:
- $(MAKE) -C docs
-
regexp.o nfsmount.o: %.o: %.h
$(OBJECTS): %.o: busybox.def.h internal.h %.c Makefile