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

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



Changes in directory llvm/tools/llvm-as:

Makefile updated: 1.13 -> 1.14
---
Log message:

Change Library Names Not To Conflict With Others When Installed

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

Index: llvm/tools/llvm-as/Makefile
diff -u llvm/tools/llvm-as/Makefile:1.13 llvm/tools/llvm-as/Makefile:1.14
--- llvm/tools/llvm-as/Makefile:1.13	Sun Aug 29 14:29:38 2004
+++ llvm/tools/llvm-as/Makefile	Wed Oct 27 18:18:45 2004
@@ -8,6 +8,6 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 TOOLNAME = llvm-as
-USEDLIBS = asmparser bcwriter vmcore support.a LLVMsystem.a
+USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list