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

Reid Spencer reid at x10sys.com
Thu May 19 14:34:00 PDT 2005



Changes in directory llvm/tools/llvm-ar:

Makefile updated: 1.7 -> 1.8
---
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-ar/Makefile
diff -u llvm/tools/llvm-ar/Makefile:1.7 llvm/tools/llvm-ar/Makefile:1.8
--- llvm/tools/llvm-ar/Makefile:1.7	Sun Nov 28 22:51:58 2004
+++ llvm/tools/llvm-ar/Makefile	Thu May 19 16:03:11 2005
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 
-TOOLNAME = llvm-ar 
+TOOLNAME = llvm-ar
 USEDLIBS = LLVMArchive.a LLVMBCReader \
 	   LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
 






More information about the llvm-commits mailing list