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:
12f417e
)
All files include busybox.h, which includes applets.h, so the Makefile
author
Matt Kraai
<kraai@debian.org>
Thu, 18 Jan 2001 03:03:09 +0000
(
03:03
-0000)
committer
Matt Kraai
<kraai@debian.org>
Thu, 18 Jan 2001 03:03:09 +0000
(
03:03
-0000)
should reflect this. Thanks to Vladimir N. Oleynik for the idea.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 19f024a438e78ce715a4b0b1018a6d7be3e9fc4b..0438978dfc96eb868d7484ab3aee7e8a8e0e4fe8 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-216,11
+216,11
@@
busybox: $(OBJECTS)
$(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES)
$(STRIP)
-busybox.links: Config.h
+busybox.links: Config.h
applets.h
- $(BB_SRC_DIR)/busybox.mkll $(CONFIG_H) $(BB_SRC_DIR)/applets.h >$@
nfsmount.o cmdedit.o: %.o: %.h
-$(OBJECTS): %.o: %.c Config.h busybox.h Makefile
+$(OBJECTS): %.o: %.c Config.h busybox.h
applets.h
Makefile
utility.o: loop.h