X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMakefile;h=3807f31c70376a260206c80cf860f32804c321e5;hb=f7ea2a534ba4151e091e270c5b908167ab4bba4d;hp=8dd67d9957debe6c575bfe5fae03f155ce722438;hpb=f188178a2f8e6452d3e161acdad9a79e1f36c43f;p=oota-llvm.git diff --git a/lib/Makefile b/lib/Makefile index 8dd67d9957d..3807f31c703 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,8 +8,10 @@ ##===----------------------------------------------------------------------===## LEVEL = .. -PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \ - Target ExecutionEngine Debugger Linker CompilerDriver +include $(LEVEL)/Makefile.config + +PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \ + Target ExecutionEngine Linker MC CompilerDriver include $(LEVEL)/Makefile.common