Fix the regressions on sext-misc.ll my patch yesterday caused.
[oota-llvm.git] / examples / Fibonacci / Makefile
index a6d378591f949ae3868ab007130075a2ba0ea84a..04d9caef3d77ae13d9686d52e6e5c4f956a2544b 100644 (file)
@@ -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.
 # 
 ##===----------------------------------------------------------------------===##
 
@@ -11,7 +11,7 @@ LEVEL = ../..
 TOOLNAME = Fibonacci
 EXAMPLE_TOOL = 1
 
-# Enable JIT support
-include $(LEVEL)/tools/Makefile.JIT
+# Link in JIT support
+LINK_COMPONENTS := jit interpreter native
 
 include $(LEVEL)/Makefile.common