This was broken when applets moved to applets.h. Fix it.

This commit is contained in:
Eric Andersen 2000-10-26 04:17:49 +00:00
parent e8c55f42c1
commit 84bdc75c7e
2 changed files with 2 additions and 2 deletions

View File

@ -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)"

View File

@ -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)"