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