aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-01 14:37:03 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-01 14:37:03 +0000
commit33ae245baca73e3c48ebf564a9547b34f3e86d83 (patch)
treefe7825ebce81de8f1de9d0e89bb47d6f0726713e /Makefile
parentb366264b9c3eead7518bc141f2e29b16dfc03596 (diff)
downloadbusybox-w32-33ae245baca73e3c48ebf564a9547b34f3e86d83.tar.gz
busybox-w32-33ae245baca73e3c48ebf564a9547b34f3e86d83.tar.bz2
busybox-w32-33ae245baca73e3c48ebf564a9547b34f3e86d83.zip
Oops. The dangers of applying patches by hand...
git-svn-id: svn://busybox.net/trunk/busybox@2502 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 540e96ce7..d767e715a 100644
--- a/Makefile
+++ b/Makefile
@@ -273,7 +273,7 @@ all: applet_source_list busybox busybox.links doc
273sh.c: 273sh.c:
274 @if [ ! -L sh.c ] ; then ln -s lash.c sh.c ; fi 274 @if [ ! -L sh.c ] ; then ln -s lash.c sh.c ; fi
275 275
276applet_source_list: sh.c busybox.sh Config.h 276applet_source_list: busybox.sh Config.h sh.c
277 (echo -n "APPLET_SOURCES := "; BB_SRC_DIR=$(BB_SRC_DIR) $(SHELL) $^) > $@ 277 (echo -n "APPLET_SOURCES := "; BB_SRC_DIR=$(BB_SRC_DIR) $(SHELL) $^) > $@
278 278
279doc: olddoc 279doc: olddoc