aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-26 04:17:49 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-26 04:17:49 +0000
commit84bdc75c7e359358a21dd143edc3426a25a5950f (patch)
treed72d2e7841cb0187280feddcb3c71c0706ae36ea
parente8c55f42c12e45c7a2d72586a3738004ab94021c (diff)
downloadbusybox-w32-84bdc75c7e359358a21dd143edc3426a25a5950f.tar.gz
busybox-w32-84bdc75c7e359358a21dd143edc3426a25a5950f.tar.bz2
busybox-w32-84bdc75c7e359358a21dd143edc3426a25a5950f.zip
This was broken when applets moved to applets.h. Fix it.
-rwxr-xr-xapplets/busybox.mkll2
-rwxr-xr-xbusybox.mkll2
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
4DF="Config.h" 4DF="Config.h"
5MF="busybox.c" 5MF="applets.h"
6 6
7LIST="$(gcc -E -dM $DF | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/BB_\1/gp;' | sort)" 7LIST="$(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
4DF="Config.h" 4DF="Config.h"
5MF="busybox.c" 5MF="applets.h"
6 6
7LIST="$(gcc -E -dM $DF | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/BB_\1/gp;' | sort)" 7LIST="$(gcc -E -dM $DF | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/BB_\1/gp;' | sort)"
8 8