[llvm-commits] CVS: llvm/examples/ModuleMaker/Makefile

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



Changes in directory llvm/examples/ModuleMaker:

Makefile updated: 1.7 -> 1.8
---
Log message:

Add LLVMbzip2 library, now required.

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

Index: llvm/examples/ModuleMaker/Makefile
diff -u llvm/examples/ModuleMaker/Makefile:1.7 llvm/examples/ModuleMaker/Makefile:1.8
--- llvm/examples/ModuleMaker/Makefile:1.7	Thu Nov 18 04:03:47 2004
+++ llvm/examples/ModuleMaker/Makefile	Thu Nov 25 14:22:07 2004
@@ -9,6 +9,6 @@
 LEVEL=../..
 TOOLNAME=ModuleMaker
 EXAMPLE_TOOL = 1
-USEDLIBS= LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a
+USEDLIBS= LLVMBCWriter LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list