From: David Kimdon Date: Sat, 28 Apr 2001 16:37:23 +0000 (-0000) Subject: fix to applet_source_list rule so Debian package continues to build X-Git-Tag: 0_52~274 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2bf4dad7ec7bbad25efb0393a14dfc9fde7e507c;p=oweals%2Fbusybox.git fix to applet_source_list rule so Debian package continues to build --- diff --git a/Makefile b/Makefile index 66a951fe4..76e50227e 100644 --- a/Makefile +++ b/Makefile @@ -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