X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMakefile;h=e3b03dabe4acd9ddd37e4581c801f06d9dbaad56;hb=2e594fa85c809178ce598a9b4c3a3bf5e0e6a14e;hp=7199da52d489cf6e65344bf98c9a3f136e97406c;hpb=ecc63f8687c4eb746b69336316685fe9b224adfb;p=oota-llvm.git diff --git a/lib/Makefile b/lib/Makefile index 7199da52d48..e3b03dabe4a 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 MC +include $(LEVEL)/Makefile.config + +PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \ + Target ExecutionEngine Linker MC Object Option DebugInfo include $(LEVEL)/Makefile.common