commit | 2bf4dad7ec7bbad25efb0393a14dfc9fde7e507c | [log] [tgz] |
---|---|---|
author | David Kimdon <dwhedon@debian.org> | Sat Apr 28 16:37:23 2001 +0000 |
committer | David Kimdon <dwhedon@debian.org> | Sat Apr 28 16:37:23 2001 +0000 |
tree | fb3daae37f903761bbc42e4f999b8787938c49fd | |
parent | 07e462fd6de233fffd02501f0b97ef5046d88eb6 [diff] [blame] |
fix to applet_source_list rule so Debian package continues to build
diff --git a/Makefile b/Makefile index 66a951f..76e5022 100644 --- a/Makefile +++ b/Makefile
@@ -274,7 +274,7 @@ @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