summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile2
-rw-r--r--tools/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index c778d219d6..73caa73b85 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 bf5852b857..2570e7f58b 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