summaryrefslogtreecommitdiff
path: root/examples/Fibonacci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Fibonacci/Makefile')
-rw-r--r--examples/Fibonacci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile
index df1e12806b..bc5fd0fe1d 100644
--- a/examples/Fibonacci/Makefile
+++ b/examples/Fibonacci/Makefile
@@ -6,7 +6,7 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+LEVEL = ../..
TOOLNAME = Fibonacci
USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \
scalaropts analysis.a transformutils.a bcreader target.a vmcore \