aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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