aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66a951fe4..76e50227e 100644
--- a/Makefile
+++ b/Makefile
@@ -274,7 +274,7 @@ sh_link:
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_link busybox.sh Config.h 276applet_source_list: sh_link busybox.sh Config.h
277 @(echo -n "APPLET_SOURCES := "; $(SHELL) busybox.sh Config.h $(BB_SRC_DIR)) > $@ 277 (echo -n "APPLET_SOURCES := "; $(SHELL) $(filter-out sh_link, $^) $(BB_SRC_DIR)) > $@
278 278
279doc: olddoc 279doc: olddoc
280 280