From c8fb7c61a96d4928fa4aabb61a251ad981b826ab Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 19 Jul 2009 08:27:16 +0000 Subject: [PATCH] Fix build llvm-svn: 76366 --- llvm/examples/Kaleidoscope/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/examples/Kaleidoscope/Makefile b/llvm/examples/Kaleidoscope/Makefile index c1759a09fe32..9990b2b28719 100644 --- a/llvm/examples/Kaleidoscope/Makefile +++ b/llvm/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