aboutsummaryrefslogtreecommitdiff
path: root/applets/busybox.mkll
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-17 13:17:04 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-17 13:17:04 +0000
commit3d1219c7a7fed95265d2d0a1d50ee329beeeb399 (patch)
treeedec2882cf69f7794f800f5aa0cf8e09f112220d /applets/busybox.mkll
parent37379389f6a5369ecd959de48086daefd2baede8 (diff)
downloadbusybox-w32-3d1219c7a7fed95265d2d0a1d50ee329beeeb399.tar.gz
busybox-w32-3d1219c7a7fed95265d2d0a1d50ee329beeeb399.tar.bz2
busybox-w32-3d1219c7a7fed95265d2d0a1d50ee329beeeb399.zip
- fix generation of the busybox.links install script inputfile
git-svn-id: svn://busybox.net/trunk/busybox@16562 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rwxr-xr-xapplets/busybox.mkll2
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 @@
10export LC_ALL=POSIX 10export LC_ALL=POSIX
11export LC_CTYPE=POSIX 11export LC_CTYPE=POSIX
12 12
13CONFIG_H=${1:-include/bb_config.h} 13CONFIG_H=${1:-include/autoconf.h}
14APPLETS_H=${2:-include/applets.h} 14APPLETS_H=${2:-include/applets.h}
15$HOSTCC -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H | 15$HOSTCC -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H |
16 awk '/^[ \t]*LINK/{ 16 awk '/^[ \t]*LINK/{