commit | abde06593506d7b090cf17e6512d2d30b2710066 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue May 01 14:37:03 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue May 01 14:37:03 2001 +0000 |
tree | fe7825ebce81de8f1de9d0e89bb47d6f0726713e | |
parent | 4ed5e37d4b6569b16758ae736084d96f6f19a0ac [diff] |
Oops. The dangers of applying patches by hand...
diff --git a/Makefile b/Makefile index 540e96c..d767e71 100644 --- a/Makefile +++ b/Makefile
@@ -273,7 +273,7 @@ sh.c: @if [ ! -L sh.c ] ; then ln -s lash.c sh.c ; fi -applet_source_list: sh.c busybox.sh Config.h +applet_source_list: busybox.sh Config.h sh.c (echo -n "APPLET_SOURCES := "; BB_SRC_DIR=$(BB_SRC_DIR) $(SHELL) $^) > $@ doc: olddoc