diff options
-rw-r--r-- | lib/Makefile | 2 | ||||
-rw-r--r-- | tools/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index c778d21..73caa73 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,6 @@ LEVEL = .. -DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter Reoptimizer +PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter Reoptimizer include $(LEVEL)/Makefile.common diff --git a/tools/Makefile b/tools/Makefile index bf5852b..2570e7f 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = as dis opt gccas llc link lli gccld analyze extract +PARALLEL_DIRS = as dis opt gccas llc link lli gccld analyze extract include $(LEVEL)/Makefile.common |