X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FFibonacci%2FMakefile;fp=examples%2FFibonacci%2FMakefile;h=bc5fd0fe1d8118d8d217d1dae2b639ef609beafe;hp=df1e12806be6b4c114e7b142c495dea10ce266af;hb=3a168a7d6888d33984460589b891f591abb862f1;hpb=157b956e42871b53bb9c72e28d6f3409edb4fe42 diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index df1e12806be..bc5fd0fe1d8 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 \