[llvm-commits] CVS: llvm/tools/llvm-ranlib/Makefile

Reid Spencer reid at x10sys.com
Thu May 19 14:47:21 PDT 2005



Changes in directory llvm/tools/llvm-ranlib:

Makefile updated: 1.2 -> 1.3
---
Log message:

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.


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/llvm-ranlib/Makefile
diff -u llvm/tools/llvm-ranlib/Makefile:1.2 llvm/tools/llvm-ranlib/Makefile:1.3
--- llvm/tools/llvm-ranlib/Makefile:1.2	Thu Nov 25 14:22:07 2004
+++ llvm/tools/llvm-ranlib/Makefile	Thu May 19 16:10:31 2005
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-TOOLNAME = llvm-ranlib 
+TOOLNAME = llvm-ranlib
 USEDLIBS = LLVMArchive.a LLVMBCReader \
 	   LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
 






More information about the llvm-commits mailing list