diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 31b58573990..1253ea8fa9a 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