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

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 18:08:07 PDT 2005



Changes in directory llvm/tools/analyze:

Makefile updated: 1.27 -> 1.28
---
Log message:

Link in datastructure as a relinked o file


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.27 llvm/tools/analyze/Makefile:1.28
--- llvm/tools/analyze/Makefile:1.27	Sun Oct 23 20:00:13 2005
+++ llvm/tools/analyze/Makefile	Sun Oct 23 20:07:56 2005
@@ -9,7 +9,7 @@
 LEVEL = ../..
 TOOLNAME = analyze
 USEDLIBS = LLVMAsmParser LLVMBCReader LLVMAnalysis.a LLVMipa.a \
-           LLVMDataStructure.a \
+           LLVMDataStructure \
 	   LLVMScalarOpts.a LLVMTransforms.a LLVMTarget.a LLVMScalarOpts.a \
 	   LLVMTransformUtils.a LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
 






More information about the llvm-commits mailing list