fix to applet_source_list rule so Debian package continues to build

This commit is contained in:
David Kimdon 2001-04-28 16:37:23 +00:00
parent 07e462fd6d
commit 2bf4dad7ec

View File

@ -274,7 +274,7 @@ sh_link:
@if [ ! -L sh.c ] ; then ln -s lash.c sh.c ; fi
applet_source_list: sh_link busybox.sh Config.h
@(echo -n "APPLET_SOURCES := "; $(SHELL) busybox.sh Config.h $(BB_SRC_DIR)) > $@
(echo -n "APPLET_SOURCES := "; $(SHELL) $(filter-out sh_link, $^) $(BB_SRC_DIR)) > $@
doc: olddoc