diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 13:17:04 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 13:17:04 +0000 |
commit | 193bcf381eaf63aaf92ab8165b5091222b2ab0e6 (patch) | |
tree | edec2882cf69f7794f800f5aa0cf8e09f112220d /applets | |
parent | 68532b357806a0e70652b1ceccd4d76aa73c3bb8 (diff) |
- fix generation of the busybox.links install script inputfile
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 2ad23f959..6d61f7e82 100755 --- a/applets/busybox.mkll +++ b/applets/busybox.mkll @@ -10,7 +10,7 @@ export LC_ALL=POSIX export LC_CTYPE=POSIX -CONFIG_H=${1:-include/bb_config.h} +CONFIG_H=${1:-include/autoconf.h} APPLETS_H=${2:-include/applets.h} $HOSTCC -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H | awk '/^[ \t]*LINK/{ |