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:
3c513e3
)
Force main to always be included
author
Eric Andersen
<andersen@codepoet.org>
Tue, 6 Nov 2001 18:45:56 +0000
(18:45 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 6 Nov 2001 18:45:56 +0000
(18:45 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b60b6a405203963afe825c90d9065ab6d52eea8f..7dbf6575f61cc36df83b2522e6d183c267314fcc 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-211,7
+211,7
@@
$(patsubst %, _dir_%, $(SUBDIRS)) : dummy include/config/MARKER
$(MAKE) CFLAGS="$(CFLAGS)" -C $(patsubst _dir_%, %, $@)
busybox: config.h depend bbsubdirs
- $(CC) $(LDFLAGS) -o $@ $(shell find $(SUBDIRS) -name \*.a) $(LIBCONFIG_LIB) $(LIBRARIES)
+ $(CC) $(LDFLAGS) -o $@
applets/busybox.o
$(shell find $(SUBDIRS) -name \*.a) $(LIBCONFIG_LIB) $(LIBRARIES)
$(STRIPCMD)
busybox.links: applets/busybox.mkll