diff --git a/lib/Makefile b/lib/Makefile index 6620fe56b9b..e7f47bc6794 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,7 +8,8 @@ ##===----------------------------------------------------------------------===## LEVEL = .. -PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target ExecutionEngine Debugger +PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \ + ExecutionEngine Debugger include $(LEVEL)/Makefile.common