From 2bf4dad7ec7bbad25efb0393a14dfc9fde7e507c Mon Sep 17 00:00:00 2001 From: David Kimdon Date: Sat, 28 Apr 2001 16:37:23 +0000 Subject: [PATCH] fix to applet_source_list rule so Debian package continues to build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1