aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-26 23:29:10 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-26 23:29:10 +0000
commit0081466925ec6224eae13f0702f2df719237de6e (patch)
tree22fb71bfc7d68da3de6e91dba942bc9b5458885a
parent0f9426edb0e5d3bde75e4c64d587c55d3e9ddd48 (diff)
downloadbusybox-w32-0081466925ec6224eae13f0702f2df719237de6e.tar.gz
busybox-w32-0081466925ec6224eae13f0702f2df719237de6e.tar.bz2
busybox-w32-0081466925ec6224eae13f0702f2df719237de6e.zip
Be a bit more sneaky about the sh.c symlink so you don't need to
do a mke clean for it to happen. -Erik
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5a62cb0ef..3408770ed 100644
--- a/Makefile
+++ b/Makefile
@@ -268,10 +268,12 @@ CFLAGS += $(CFLAGS_EXTRA)
268 268
269.EXPORT_ALL_VARIABLES: 269.EXPORT_ALL_VARIABLES:
270 270
271all: applet_source_list busybox busybox.links doc 271all: sh_link applet_source_list busybox busybox.links doc
272
273sh_link:
274 @if [ ! -L sh.c ] ; then ln -s lash.c sh.c ; fi
272 275
273applet_source_list: busybox.sh Config.h 276applet_source_list: busybox.sh Config.h
274 if [ ! -L sh.c ] ; then ln -s lash.c sh.c ; fi
275 (echo -n "APPLET_SOURCES := "; $(SHELL) $^ $(BB_SRC_DIR)) > $@ 277 (echo -n "APPLET_SOURCES := "; $(SHELL) $^ $(BB_SRC_DIR)) > $@
276 278
277doc: olddoc 279doc: olddoc