aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordwhedon <dwhedon@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-28 16:37:23 +0000
committerdwhedon <dwhedon@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-28 16:37:23 +0000
commitb7545336f9b36bec20ca34d14e6b397efd6d4b9a (patch)
treefb3daae37f903761bbc42e4f999b8787938c49fd /Makefile
parent826039f8637046e40c9bb2c30d33ce92895dce9a (diff)
downloadbusybox-w32-b7545336f9b36bec20ca34d14e6b397efd6d4b9a.tar.gz
busybox-w32-b7545336f9b36bec20ca34d14e6b397efd6d4b9a.tar.bz2
busybox-w32-b7545336f9b36bec20ca34d14e6b397efd6d4b9a.zip
fix to applet_source_list rule so Debian package continues to build
git-svn-id: svn://busybox.net/trunk/busybox@2487 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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