[llvm-commits] CVS: llvm/tools/llvm-ld/Makefile
Reid Spencer
reid at x10sys.com
Thu Nov 25 12:22:22 PST 2004
Changes in directory llvm/tools/llvm-ld:
Makefile updated: 1.4 -> 1.5
---
Log message:
Add LLVMbzip2 library, now required.
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/llvm-ld/Makefile
diff -u llvm/tools/llvm-ld/Makefile:1.4 llvm/tools/llvm-ld/Makefile:1.5
--- llvm/tools/llvm-ld/Makefile:1.4 Sun Nov 14 16:23:31 2004
+++ llvm/tools/llvm-ld/Makefile Thu Nov 25 14:22:07 2004
@@ -13,6 +13,6 @@
USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \
LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \
LLVMArchive.a LLVMBCReader LLVMBCWriter \
- LLVMCore LLVMSupport.a LLVMSystem.a
+ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list