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

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



Changes in directory llvm/tools/analyze:

Makefile updated: 1.23 -> 1.24
---
Log message:

Change Library Names Not To Conflict With Others When Installed

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

Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.23 llvm/tools/analyze/Makefile:1.24
--- llvm/tools/analyze/Makefile:1.23	Tue Oct 12 13:33:52 2004
+++ llvm/tools/analyze/Makefile	Wed Oct 27 18:18:45 2004
@@ -8,9 +8,9 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 TOOLNAME = analyze
-USEDLIBS = asmparser bcreader analysis ipa datastructure scalaropts.a \
-           transforms.a target.a scalaropts.a transformutils.a vmcore support \
-           LLVMsystem.a
+USEDLIBS = LLVMAsmParser LLVMBCReader LLVMAnalysis LLVMipa LLVMDataStructure \
+	   LLVMScalarOpts.a LLVMTransforms.a LLVMTarget.a LLVMScalarOpts.a \
+	   LLVMTransformUtils.a LLVMCore LLVMSupport.a LLVMSystem.a
 
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 






More information about the llvm-commits mailing list