X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FParallelJIT%2FMakefile;h=8a49d4273132a192b494307bbd9b13f88ee1661a;hp=5031eca9ac518b6fc4fe4c04b6733461407384cf;hb=c40c8b333d1b4f885ee0f972f2b91965f3d683fd;hpb=0bd89712c03c59ea43ce37763685e7f7c0bdd977 diff --git a/examples/ParallelJIT/Makefile b/examples/ParallelJIT/Makefile index 5031eca9ac5..8a49d427313 100644 --- a/examples/ParallelJIT/Makefile +++ b/examples/ParallelJIT/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. TOOLNAME = ParallelJIT EXAMPLE_TOOL = 1 -LINK_COMPONENTS := jit interpreter native +LINK_COMPONENTS := jit interpreter nativecodegen include $(LEVEL)/Makefile.common