aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Jendrissek <bernd.jendrissek@gmail.com>2011-02-20 05:50:04 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-02-20 05:50:04 +0100
commit55988aed472d9cd362f9a50f4999b5e47ca33abe (patch)
tree5f07426d25fef1045320c9a2e29803ada97b4eba
parentf303bdd918e762f492068f3127b2f7fdac94bd28 (diff)
downloadbusybox-w32-55988aed472d9cd362f9a50f4999b5e47ca33abe.tar.gz
busybox-w32-55988aed472d9cd362f9a50f4999b5e47ca33abe.tar.bz2
busybox-w32-55988aed472d9cd362f9a50f4999b5e47ca33abe.zip
fix "make install"
Signed-off-by: Bernd Jendrissek <bernd.jendrissek@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-xapplets/busybox.mkll2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.mkll b/applets/busybox.mkll
index 6d61f7e82..68dbf2162 100755
--- a/applets/busybox.mkll
+++ b/applets/busybox.mkll
@@ -14,7 +14,7 @@ CONFIG_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/{
17 dir=substr($2,8) 17 dir=substr($2,7)
18 gsub("_","/",dir) 18 gsub("_","/",dir)
19 if(dir=="/ROOT") dir="" 19 if(dir=="/ROOT") dir=""
20 file=$3 20 file=$3