summaryrefslogtreecommitdiff
path: root/examples/Fibonacci
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Fibonacci')
-rw-r--r--examples/Fibonacci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile
index a6d378591f..b63777eb29 100644
--- a/examples/Fibonacci/Makefile
+++ b/examples/Fibonacci/Makefile
@@ -12,6 +12,6 @@ TOOLNAME = Fibonacci
EXAMPLE_TOOL = 1
# Enable JIT support
-include $(LEVEL)/tools/Makefile.JIT
+LLVMLIBS := JIT
include $(LEVEL)/Makefile.common