diff options
-rwxr-xr-x | applets/busybox.mkll | 2 | ||||
-rwxr-xr-x | busybox.mkll | 2 |
2 files changed, 2 insertions, 2 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 | ||
diff --git a/busybox.mkll b/busybox.mkll index d8ea7b395..d7b9ec539 100755 --- a/busybox.mkll +++ b/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 | ||