[llvm-commits] CVS: llvm/tools/llvm-as/Makefile
Reid Spencer
reid at x10sys.com
Thu Nov 25 12:22:22 PST 2004
Changes in directory llvm/tools/llvm-as:
Makefile updated: 1.14 -> 1.15
---
Log message:
Add LLVMbzip2 library, now required.
---
Diffs of the changes: (+2 -1)
Index: llvm/tools/llvm-as/Makefile
diff -u llvm/tools/llvm-as/Makefile:1.14 llvm/tools/llvm-as/Makefile:1.15
--- llvm/tools/llvm-as/Makefile:1.14 Wed Oct 27 18:18:45 2004
+++ llvm/tools/llvm-as/Makefile Thu Nov 25 14:22:07 2004
@@ -8,6 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = llvm-as
-USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMAsmParser LLVMBCWriter \
+ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list