[llvm-commits] CVS: llvm/tools/llvmc/Makefile
Reid Spencer
reid at x10sys.com
Thu Nov 25 12:22:23 PST 2004
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.10 -> 1.11
---
Log message:
Add LLVMbzip2 library, now required.
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/llvmc/Makefile
diff -u llvm/tools/llvmc/Makefile:1.10 llvm/tools/llvmc/Makefile:1.11
--- llvm/tools/llvmc/Makefile:1.10 Tue Nov 23 18:01:57 2004
+++ llvm/tools/llvmc/Makefile Thu Nov 25 14:22:07 2004
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = llvmc
-USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
CONFIG_FILES = c cpp ll st
EXTRA_DIST = c cpp ll st
More information about the llvm-commits
mailing list