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