aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-19 18:37:34 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-19 18:37:34 +0000
commit3a09c931d8932a9ee5f506457668c9eec61d83c6 (patch)
tree1c1aa66889524e55ca90ef67a760a9d6b6bdbba5 /Makefile
parentac36aa87a8ea5b3dde2852df43048e8efd2e4dc8 (diff)
downloadbusybox-w32-3a09c931d8932a9ee5f506457668c9eec61d83c6.tar.gz
busybox-w32-3a09c931d8932a9ee5f506457668c9eec61d83c6.tar.bz2
busybox-w32-3a09c931d8932a9ee5f506457668c9eec61d83c6.zip
- forgot to make busybox_unstripped depend on the applets in IMA mode.
git-svn-id: svn://busybox.net/trunk/busybox@15140 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
296 296
297endif # ifeq ($(strip $(CONFIG_BUILD_LIBBUSYBOX)),y) 297endif # ifeq ($(strip $(CONFIG_BUILD_LIBBUSYBOX)),y)
298 298
299busybox_unstripped: .depend $(LIBBUSYBOX_SONAME) $(BUSYBOX_SRC) $(libraries-y) 299busybox_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) \