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

Reid Spencer reid at x10sys.com
Fri Sep 10 21:29:55 PDT 2004



Changes in directory llvm/examples/ModuleMaker:

Makefile updated: 1.3 -> 1.4
---
Log message:

Add library LLVMsystem.a because the JIT now needs it.


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

Index: llvm/examples/ModuleMaker/Makefile
diff -u llvm/examples/ModuleMaker/Makefile:1.3 llvm/examples/ModuleMaker/Makefile:1.4
--- llvm/examples/ModuleMaker/Makefile:1.3	Mon Aug 23 14:29:54 2004
+++ llvm/examples/ModuleMaker/Makefile	Fri Sep 10 23:29:44 2004
@@ -8,6 +8,6 @@
 ##===----------------------------------------------------------------------===##
 LEVEL=../..
 TOOLNAME=ModuleMaker
-USEDLIBS= bcwriter vmcore support.a
+USEDLIBS= bcwriter vmcore support.a LLVMsystem.a
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list