From: Daniel Dunbar Date: Sun, 19 Jul 2009 08:27:16 +0000 (+0000) Subject: Fix build X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e687151e033b03efaa1155275a146fcf83152dd9;p=oota-llvm.git Fix build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76366 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/Kaleidoscope/Makefile b/examples/Kaleidoscope/Makefile index c1759a09fe3..9990b2b2871 100644 --- a/examples/Kaleidoscope/Makefile +++ b/examples/Kaleidoscope/Makefile @@ -10,6 +10,6 @@ LEVEL = ../.. TOOLNAME = Kaleidoscope EXAMPLE_TOOL = 1 -LINK_COMPONENTS := core jit native +LINK_COMPONENTS := core jit interpreter native include $(LEVEL)/Makefile.common