X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FExecutionEngine%2FMakefile;h=9a649a52cf9ee9cdd481476131083c23334a8520;hp=1858d776616c3c7faa1b2da2668e7ad8a24bcbc6;hb=6e56331ed99e5b96de940dfdc53e438eef521a2e;hpb=b99462117ebd4be41788346246d7935fc90a11ee diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 1858d776616..9a649a52cf9 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -8,6 +8,6 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. LIBRARYNAME = LLVMExecutionEngine -PARALLEL_DIRS = Interpreter JIT MCJIT +PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld include $(LEVEL)/Makefile.common