- forgot to make busybox_unstripped depend on the applets in IMA mode.

This commit is contained in:
Bernhard Reutner-Fischer
2006-05-19 18:37:34 +00:00
parent c7801c4634
commit d8e87a09d1
2 changed files with 3 additions and 3 deletions

View File

@@ -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) \