From 84bdc75c7e359358a21dd143edc3426a25a5950f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 26 Oct 2000 04:17:49 +0000 Subject: This was broken when applets moved to applets.h. Fix it. --- applets/busybox.mkll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/busybox.mkll') diff --git a/applets/busybox.mkll b/applets/busybox.mkll index d8ea7b395..d7b9ec539 100755 --- a/applets/busybox.mkll +++ b/applets/busybox.mkll @@ -2,7 +2,7 @@ # Make busybox links list file. DF="Config.h" -MF="busybox.c" +MF="applets.h" LIST="$(gcc -E -dM $DF | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\/BB_\1/gp;' | sort)" -- cgit v1.2.3