projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5da2d08
)
Make sure that tool names don't have any leading or trailing spaces in them.
author
Reid Spencer
<rspencer@reidspencer.com>
Thu, 19 May 2005 21:10:31 +0000
(21:10 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Thu, 19 May 2005 21:10:31 +0000
(21:10 +0000)
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
tools/llvm-ranlib/Makefile
patch
|
blob
|
history
diff --git
a/tools/llvm-ranlib/Makefile
b/tools/llvm-ranlib/Makefile
index 506687f32096f17206c9693fbc9f99f0b2f46127..b7e477154337b4f78531ff1a1ce7cc4266a36de9 100644
(file)
--- 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