diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 11:47:22 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 11:47:22 +0000 |
commit | 3471ebe0a3d5c74856ce8fe813345136a5f2aaf3 (patch) | |
tree | 68589110b570cc20f3a8b039f3f715cc3890a061 /toolchain/external-toolchain/ext-tool.mk | |
parent | e1c81b632752f1158191388714ab30f2994a56dc (diff) | |
download | buildroot-novena-3471ebe0a3d5c74856ce8fe813345136a5f2aaf3.tar.gz buildroot-novena-3471ebe0a3d5c74856ce8fe813345136a5f2aaf3.zip |
- random whitespace cleanup
Diffstat (limited to 'toolchain/external-toolchain/ext-tool.mk')
-rw-r--r-- | toolchain/external-toolchain/ext-tool.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/external-toolchain/ext-tool.mk b/toolchain/external-toolchain/ext-tool.mk index 582b15749..df1c5c5e7 100644 --- a/toolchain/external-toolchain/ext-tool.mk +++ b/toolchain/external-toolchain/ext-tool.mk @@ -3,7 +3,7 @@ # # $1: source # $2: destination -# $2: strip (y|n) default is to strip +# $2: strip (y|n) default is to strip # copy_toolchain_lib_root = \ LIB="$(strip $1)"; \ |