diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-06 19:28:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-06 19:28:49 +0000 |
commit | d28cb03819352b6f0472994f1aa342910e6d638c (patch) | |
tree | bc228506e773b15fb37b1cb9a43eaea58becf037 | |
parent | c308847274aa289344994cec31bc4b528f59e04e (diff) | |
download | busybox-w32-d28cb03819352b6f0472994f1aa342910e6d638c.tar.gz busybox-w32-d28cb03819352b6f0472994f1aa342910e6d638c.tar.bz2 busybox-w32-d28cb03819352b6f0472994f1aa342910e6d638c.zip |
Forgot this
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -274,10 +274,7 @@ CFLAGS += $(CFLAGS_EXTRA) | |||
274 | 274 | ||
275 | all: applet_source_list busybox busybox.links doc | 275 | all: applet_source_list busybox busybox.links doc |
276 | 276 | ||
277 | sh.c: | 277 | applet_source_list: busybox.sh Config.h |
278 | @if [ ! -L sh.c ] ; then ln -s hush.c sh.c ; fi | ||
279 | |||
280 | applet_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 | ||
283 | doc: olddoc | 280 | doc: olddoc |