summaryrefslogtreecommitdiff
path: root/examples/Fibonacci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Fibonacci/Makefile')
-rw-r--r--examples/Fibonacci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile
index bc5fd0fe1d..60392e2b06 100644
--- a/examples/Fibonacci/Makefile
+++ b/examples/Fibonacci/Makefile
@@ -1,4 +1,4 @@
-##===- projects/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
+##===- projects/Fibonacci/Makefile -------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -10,6 +10,6 @@ LEVEL = ../..
TOOLNAME = Fibonacci
USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \
scalaropts analysis.a transformutils.a bcreader target.a vmcore \
- support.a
+ support.a LLVMsystem.a
include $(LEVEL)/Makefile.common