diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-10-26 04:17:49 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-10-26 04:17:49 +0000 |
commit | c93d5485af47262459357a79b74be7c5072d6425 (patch) | |
tree | d72d2e7841cb0187280feddcb3c71c0706ae36ea /applets | |
parent | 9bd62992ef275cf43f8db1e6692f996cbe6ac9cd (diff) | |
download | busybox-w32-c93d5485af47262459357a79b74be7c5072d6425.tar.gz busybox-w32-c93d5485af47262459357a79b74be7c5072d6425.tar.bz2 busybox-w32-c93d5485af47262459357a79b74be7c5072d6425.zip |
This was broken when applets moved to applets.h. Fix it.
git-svn-id: svn://busybox.net/trunk/busybox@1243 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rwxr-xr-x | applets/busybox.mkll | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
2 | # Make busybox links list file. | 2 | # Make busybox links list file. |
3 | 3 | ||
4 | DF="Config.h" | 4 | DF="Config.h" |
5 | MF="busybox.c" | 5 | MF="applets.h" |
6 | 6 | ||
7 | LIST="$(gcc -E -dM $DF | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/BB_\1/gp;' | sort)" | 7 | LIST="$(gcc -E -dM $DF | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/BB_\1/gp;' | sort)" |
8 | 8 | ||