aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/CodeGen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile
index 31b5857399..1253ea8fa9 100644
--- a/lib/CodeGen/Makefile
+++ b/lib/CodeGen/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-PARALLEL_DIRS = InstrSched SelectionDAG ModuloScheduling
+PARALLEL_DIRS = SelectionDAG ModuloScheduling
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common