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