Skip to content

Commit

Permalink
fix "make install"
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Jendrissek <[email protected]>
Signed-off-by: Denys Vlasenko <[email protected]>
  • Loading branch information
Bernd Jendrissek authored and Denys Vlasenko committed Feb 20, 2011
1 parent f303bdd commit 55988ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applets/busybox.mkll
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CONFIG_H=${1:-include/autoconf.h}
APPLETS_H=${2:-include/applets.h}
$HOSTCC -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H |
awk '/^[ \t]*LINK/{
dir=substr($2,8)
dir=substr($2,7)
gsub("_","/",dir)
if(dir=="/ROOT") dir=""
file=$3
Expand Down

0 comments on commit 55988ae

Please sign in to comment.