diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-19 18:37:34 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-19 18:37:34 +0000 |
commit | d8e87a09d1f90e527e48199f99e0a3537b12b842 (patch) | |
tree | 1c1aa66889524e55ca90ef67a760a9d6b6bdbba5 /Makefile | |
parent | c7801c46349704077eae0fc7dc77a274c6402502 (diff) | |
download | busybox-w32-d8e87a09d1f90e527e48199f99e0a3537b12b842.tar.gz busybox-w32-d8e87a09d1f90e527e48199f99e0a3537b12b842.tar.bz2 busybox-w32-d8e87a09d1f90e527e48199f99e0a3537b12b842.zip |
- forgot to make busybox_unstripped depend on the applets in IMA mode.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -296,7 +296,7 @@ endif | |||
296 | 296 | ||
297 | endif # ifeq ($(strip $(CONFIG_BUILD_LIBBUSYBOX)),y) | 297 | endif # ifeq ($(strip $(CONFIG_BUILD_LIBBUSYBOX)),y) |
298 | 298 | ||
299 | busybox_unstripped: .depend $(LIBBUSYBOX_SONAME) $(BUSYBOX_SRC) $(libraries-y) | 299 | busybox_unstripped: .depend $(LIBBUSYBOX_SONAME) $(BUSYBOX_SRC) $(APPLET_SRC) $(libraries-y) |
300 | $(do_link) $(PROG_CFLAGS) $(PROG_LDFLAGS) $(CFLAGS_COMBINE) \ | 300 | $(do_link) $(PROG_CFLAGS) $(PROG_LDFLAGS) $(CFLAGS_COMBINE) \ |
301 | -o $@ -Wl,--start-group \ | 301 | -o $@ -Wl,--start-group \ |
302 | $(APPLETS_DEFINE) $(APPLET_SRC) \ | 302 | $(APPLETS_DEFINE) $(APPLET_SRC) \ |