X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FBrainF%2FMakefile;h=2c3e0662523d4fe97f5190ed3fc4d2e2a9455c63;hb=804e0fea4033e3b91dbc8198cef30de30f141bb5;hp=54d298c49ac03470d1ca918fe499d5033d64c1e7;hpb=bef8e0b0a7afe602ddf09165ff4dbb8fa5f696a9;p=oota-llvm.git diff --git a/examples/BrainF/Makefile b/examples/BrainF/Makefile index 54d298c49ac..2c3e0662523 100644 --- a/examples/BrainF/Makefile +++ b/examples/BrainF/Makefile @@ -2,14 +2,14 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Sterling Stein 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. # ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = BrainF EXAMPLE_TOOL = 1 -LINK_COMPONENTS := jit bitwriter native interpreter +LINK_COMPONENTS := jit bitwriter nativecodegen interpreter include $(LEVEL)/Makefile.common