[llvm-commits] CVS: llvm/tools/analyze/Makefile
Reid Spencer
reid at x10sys.com
Thu Nov 25 12:22:22 PST 2004
Changes in directory llvm/tools/analyze:
Makefile updated: 1.24 -> 1.25
---
Log message:
Add LLVMbzip2 library, now required.
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.24 llvm/tools/analyze/Makefile:1.25
--- llvm/tools/analyze/Makefile:1.24 Wed Oct 27 18:18:45 2004
+++ llvm/tools/analyze/Makefile Thu Nov 25 14:22:07 2004
@@ -10,7 +10,7 @@
TOOLNAME = analyze
USEDLIBS = LLVMAsmParser LLVMBCReader LLVMAnalysis LLVMipa LLVMDataStructure \
LLVMScalarOpts.a LLVMTransforms.a LLVMTarget.a LLVMScalarOpts.a \
- LLVMTransformUtils.a LLVMCore LLVMSupport.a LLVMSystem.a
+ LLVMTransformUtils.a LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
TOOLLINKOPTS = $(PLATFORMLIBDL)
More information about the llvm-commits
mailing list