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

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



Changes in directory llvm/tools/bugpoint:

Makefile updated: 1.10 -> 1.11
---
Log message:

Add LLVMbzip2 library, now required.

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

Index: llvm/tools/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.10 llvm/tools/bugpoint/Makefile:1.11
--- llvm/tools/bugpoint/Makefile:1.10	Sun Nov 14 17:23:18 2004
+++ llvm/tools/bugpoint/Makefile	Thu Nov 25 14:22:07 2004
@@ -16,7 +16,7 @@
 USEDLIBS = LLVMipo LLVMScalarOpts LLVMAnalysis $(OPTLIBS) $(ANALIBS) \
 	   LLVMTransformUtils \
 	   LLVMAsmParser LLVMLinker.a LLVMBCReader LLVMBCWriter \
-	   LLVMCore LLVMSupport.a LLVMSystem.a
+	   LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
 
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 






More information about the llvm-commits mailing list