[llvm-commits] CVS: llvm/lib/Support/Makefile

Reid Spencer reid at x10sys.com
Wed Oct 27 16:19:07 PDT 2004



Changes in directory llvm/lib/Support:

Makefile updated: 1.6 -> 1.7
---
Log message:

Change Library Names Not To Conflict With Others When Installed

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

Index: llvm/lib/Support/Makefile
diff -u llvm/lib/Support/Makefile:1.6 llvm/lib/Support/Makefile:1.7
--- llvm/lib/Support/Makefile:1.6	Mon Oct 20 17:26:56 2003
+++ llvm/lib/Support/Makefile	Wed Oct 27 18:18:44 2004
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
-LIBRARYNAME = support
+LIBRARYNAME = LLVMSupport
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list