[llvm-commits] CVS: llvm/tools/llvm-ar/Makefile

Reid Spencer reid at x10sys.com
Thu Nov 25 12:22:23 PST 2004



Changes in directory llvm/tools/llvm-ar:

Makefile updated: 1.5 -> 1.6
---
Log message:

Add LLVMbzip2 library, now required.

---
Diffs of the changes:  (+2 -1)

Index: llvm/tools/llvm-ar/Makefile
diff -u llvm/tools/llvm-ar/Makefile:1.5 llvm/tools/llvm-ar/Makefile:1.6
--- llvm/tools/llvm-ar/Makefile:1.5	Sun Nov 14 16:19:21 2004
+++ llvm/tools/llvm-ar/Makefile	Thu Nov 25 14:22:07 2004
@@ -9,7 +9,8 @@
 LEVEL = ../..
 
 TOOLNAME = llvm-ar 
-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