aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-06 19:28:49 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-06 19:28:49 +0000
commit93a5827a8456f9b6d6c6b5bcf6f8b1b93cc579bf (patch)
treebc228506e773b15fb37b1cb9a43eaea58becf037
parent022f457ae06851d8b20e9e215f855bb84553166f (diff)
downloadbusybox-w32-93a5827a8456f9b6d6c6b5bcf6f8b1b93cc579bf.tar.gz
busybox-w32-93a5827a8456f9b6d6c6b5bcf6f8b1b93cc579bf.tar.bz2
busybox-w32-93a5827a8456f9b6d6c6b5bcf6f8b1b93cc579bf.zip
Forgot this
git-svn-id: svn://busybox.net/trunk/busybox@3021 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d067aa214..0a76b1f2a 100644
--- a/Makefile
+++ b/Makefile
@@ -274,10 +274,7 @@ CFLAGS += $(CFLAGS_EXTRA)
274 274
275all: applet_source_list busybox busybox.links doc 275all: applet_source_list busybox busybox.links doc
276 276
277sh.c: 277applet_source_list: busybox.sh Config.h
278 @if [ ! -L sh.c ] ; then ln -s hush.c sh.c ; fi
279
280applet_source_list: busybox.sh Config.h sh.c
281 (echo -n "APPLET_SOURCES := "; BB_SRC_DIR=$(BB_SRC_DIR) $(SHELL) $^) > $@ 278 (echo -n "APPLET_SOURCES := "; BB_SRC_DIR=$(BB_SRC_DIR) $(SHELL) $^) > $@
282 279
283doc: olddoc 280doc: olddoc