This was broken when applets moved to applets.h. Fix it.
authorEric Andersen <andersen@codepoet.org>
Thu, 26 Oct 2000 04:17:49 +0000 (04:17 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 26 Oct 2000 04:17:49 +0000 (04:17 -0000)
applets/busybox.mkll
busybox.mkll

index d8ea7b395ad2778919c61ea31f9bf10e5b0242df..d7b9ec539088fc20a48a9eb0de7807a7631cfc8b 100755 (executable)
@@ -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_\(.*\)\>/BB_\1/gp;' | sort)"
 
index d8ea7b395ad2778919c61ea31f9bf10e5b0242df..d7b9ec539088fc20a48a9eb0de7807a7631cfc8b 100755 (executable)
@@ -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_\(.*\)\>/BB_\1/gp;' | sort)"