Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-19 22:37:34 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-19 22:37:34 +0400
commitd8e87a09d1f90e527e48199f99e0a3537b12b842 (patch)
tree1c1aa66889524e55ca90ef67a760a9d6b6bdbba5 /Makefile
parentc7801c46349704077eae0fc7dc77a274c6402502 (diff)
- forgot to make busybox_unstripped depend on the applets in IMA mode.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 778bf2937..fdf75c265 100644
--- a/Makefile
+++ b/Makefile
@@ -296,7 +296,7 @@ endif
endif # ifeq ($(strip $(CONFIG_BUILD_LIBBUSYBOX)),y)
-busybox_unstripped: .depend $(LIBBUSYBOX_SONAME) $(BUSYBOX_SRC) $(libraries-y)
+busybox_unstripped: .depend $(LIBBUSYBOX_SONAME) $(BUSYBOX_SRC) $(APPLET_SRC) $(libraries-y)
$(do_link) $(PROG_CFLAGS) $(PROG_LDFLAGS) $(CFLAGS_COMBINE) \
-o $@ -Wl,--start-group \
$(APPLETS_DEFINE) $(APPLET_SRC) \