[llvm-commits] CVS: llvm/tools/llvm-link/Makefile
Reid Spencer
reid at x10sys.com
Thu Nov 25 12:22:23 PST 2004
Changes in directory llvm/tools/llvm-link:
Makefile updated: 1.11 -> 1.12
---
Log message:
Add LLVMbzip2 library, now required.
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/llvm-link/Makefile
diff -u llvm/tools/llvm-link/Makefile:1.11 llvm/tools/llvm-link/Makefile:1.12
--- llvm/tools/llvm-link/Makefile:1.11 Sun Nov 14 17:12:22 2004
+++ llvm/tools/llvm-link/Makefile Thu Nov 25 14:22:07 2004
@@ -10,6 +10,6 @@
TOOLNAME = llvm-link
USEDLIBS = LLVMLinker.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