RewriteExpr, either the new PHI node of induction variable or the
[oota-llvm.git] / examples / Fibonacci / Makefile
index 2c9a53149c6898833f3991c6c8eb299c492fd8f0..b63777eb295eae02d3d67963eec1a154c1198b53 100644 (file)
@@ -9,8 +9,9 @@
 
 LEVEL = ../..
 TOOLNAME = Fibonacci
+EXAMPLE_TOOL = 1
 
 # Enable JIT support
-include $(LEVEL)/tools/Makefile.JIT
+LLVMLIBS := JIT
 
 include $(LEVEL)/Makefile.common