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

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



Changes in directory llvm/tools/extract:

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

Change Library Names Not To Conflict With Others When Installed

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

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






More information about the llvm-commits mailing list