This was broken when applets moved to applets.h. Fix it.
This commit is contained in:
parent
e8c55f42c1
commit
84bdc75c7e
@ -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)"
|
||||
|
||||
|
@ -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)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user