commit | 3cd2760ba1b235f3ead9feaaa1d3c41def3fb3bc | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Oct 24 07:58:02 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Oct 24 07:58:02 2001 +0000 |
tree | d1aa8310f145b546b4f791c09f39f953959739ff | |
parent | b36e684fd7dc7d66f64eac9e4215029823586999 [diff] [blame] |
Fixup the new buildsystem a bit.
diff --git a/applets/busybox.mkll b/applets/busybox.mkll index 4e15e16..5b6677d 100755 --- a/applets/busybox.mkll +++ b/applets/busybox.mkll
@@ -10,8 +10,8 @@ export LC_ALL=POSIX export LC_CTYPE=POSIX -CONFIG_H=${1:-Config.h} -APPLETS_H=${2:-applets.h} +CONFIG_H=${1:-include/config.h} +APPLETS_H=${2:-include/applets.h} gcc -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H | awk '/^[ \t]*LINK/{ dir=substr($2,8)