[llvm-commits] CVS: llvm/examples/Fibonacci/Makefile
Reid Spencer
reid at x10sys.com
Sun Nov 28 23:17:30 PST 2004
Changes in directory llvm/examples/Fibonacci:
Makefile updated: 1.6 -> 1.7
---
Log message:
Use LLVMLIBS=JIT to get JIT libraries
---
Diffs of the changes: (+1 -1)
Index: llvm/examples/Fibonacci/Makefile
diff -u llvm/examples/Fibonacci/Makefile:1.6 llvm/examples/Fibonacci/Makefile:1.7
--- llvm/examples/Fibonacci/Makefile:1.6 Thu Nov 18 04:03:47 2004
+++ llvm/examples/Fibonacci/Makefile Mon Nov 29 01:17:19 2004
@@ -12,6 +12,6 @@
EXAMPLE_TOOL = 1
# Enable JIT support
-include $(LEVEL)/tools/Makefile.JIT
+LLVMLIBS := JIT
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list