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

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



Changes in directory llvm/tools/gccas:

Makefile updated: 1.17 -> 1.18
---
Log message:

Change Library Names Not To Conflict With Others When Installed

---
Diffs of the changes:  (+3 -2)

Index: llvm/tools/gccas/Makefile
diff -u llvm/tools/gccas/Makefile:1.17 llvm/tools/gccas/Makefile:1.18
--- llvm/tools/gccas/Makefile:1.17	Sun Aug 29 14:29:38 2004
+++ llvm/tools/gccas/Makefile	Wed Oct 27 18:18:45 2004
@@ -9,7 +9,8 @@
 LEVEL = ../..
 
 TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter transforms ipo.a ipa.a scalaropts analysis.a \
-           target.a transformutils vmcore support.a LLVMsystem.a
+USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms LLVMipo.a LLVMipa.a \
+	   LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \
+	   LLVMCore LLVMSupport.a LLVMSystem.a
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list