From abde06593506d7b090cf17e6512d2d30b2710066 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 1 May 2001 14:37:03 +0000 Subject: Oops. The dangers of applying patches by hand... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 540e96ce7..d767e715a 100644 --- a/Makefile +++ b/Makefile @@ -273,7 +273,7 @@ all: applet_source_list busybox busybox.links doc 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 -- cgit v1.2.3