[llvm-commits] CVS: llvm/tools/llvm-ranlib/Makefile
Reid Spencer
reid at x10sys.com
Thu Nov 25 12:22:23 PST 2004
Changes in directory llvm/tools/llvm-ranlib:
Makefile updated: 1.1 -> 1.2
---
Log message:
Add LLVMbzip2 library, now required.
---
Diffs of the changes: (+2 -1)
Index: llvm/tools/llvm-ranlib/Makefile
diff -u llvm/tools/llvm-ranlib/Makefile:1.1 llvm/tools/llvm-ranlib/Makefile:1.2
--- llvm/tools/llvm-ranlib/Makefile:1.1 Sun Nov 14 16:28:33 2004
+++ llvm/tools/llvm-ranlib/Makefile Thu Nov 25 14:22:07 2004
@@ -9,6 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-ranlib
-USEDLIBS = LLVMArchive.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMArchive.a LLVMBCReader \
+ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list