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