aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-05-19 21:10:31 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-05-19 21:10:31 +0000
commitad38cd6ad09ff714b7109b31fe7b49e754a9bce4 (patch)
tree055ac8d250c233b08bbfb764f3a8ad3ef15bce53
parent5da2d0843375fbee77ea303abfc47808bacfc181 (diff)
Make sure that tool names don't have any leading or trailing spaces in them.
If they do, it screws up the concatenation of the .exe suffix on cygwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22142 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/llvm-ranlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-ranlib/Makefile b/tools/llvm-ranlib/Makefile
index 506687f320..b7e4771543 100644
--- a/tools/llvm-ranlib/Makefile
+++ b/tools/llvm-ranlib/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-TOOLNAME = llvm-ranlib
+TOOLNAME = llvm-ranlib
USEDLIBS = LLVMArchive.a LLVMBCReader \
LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a