X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FFibonacci%2FMakefile;h=71f6ba0ef52ed18e891f8f4112e984661391c232;hb=1b0dc64919e947bb4f4677b138c734e33061f7c4;hp=5010cb4b9787cde04446e7b75db925f8ca16502a;hpb=885e3cb7f3465ad6db3bcb0c43f208208befeba1;p=oota-llvm.git diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index 5010cb4b978..71f6ba0ef52 100644 --- a/examples/Fibonacci/Makefile +++ b/examples/Fibonacci/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Valery A. Khamenya and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## @@ -12,6 +12,6 @@ TOOLNAME = Fibonacci EXAMPLE_TOOL = 1 # Link in JIT support -LINK_COMPONENTS := jit interpreter native +LINK_COMPONENTS := jit interpreter nativecodegen include $(LEVEL)/Makefile.common