summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-01 14:37:03 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-01 14:37:03 +0000
commitabde06593506d7b090cf17e6512d2d30b2710066 (patch)
treefe7825ebce81de8f1de9d0e89bb47d6f0726713e /Makefile
parent4ed5e37d4b6569b16758ae736084d96f6f19a0ac (diff)
downloadbusybox-w32-abde06593506d7b090cf17e6512d2d30b2710066.tar.gz
busybox-w32-abde06593506d7b090cf17e6512d2d30b2710066.tar.bz2
busybox-w32-abde06593506d7b090cf17e6512d2d30b2710066.zip
Oops. The dangers of applying patches by hand...
Diffstat (limited to 'Makefile')
-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