More pristine source directory updates. It now works
[oweals/busybox.git] / applets / busybox.mkll
index d7b9ec539088fc20a48a9eb0de7807a7631cfc8b..922dcdd81fcf649f216d30e50ab43b51826fc15b 100755 (executable)
@@ -2,7 +2,11 @@
 # Make busybox links list file.
 
 DF="Config.h"
-MF="applets.h"
+
+MF=$1
+if [ "$MF" = "" ]; then
+    MF="applets.h"
+fi
 
 LIST="$(gcc -E -dM $DF | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/BB_\1/gp;' | sort)"