Factor a bit of code to MCStreamer::EmitLabel. Keep track of the last
[oota-llvm.git] / lib / Makefile
index 4ad0763f97aaa2b214476c987bf36165b5514bd1..ed27854f22c7ef5ea9bc43420cccafb0d3be1ec4 100644 (file)
@@ -8,8 +8,10 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ..
 
-PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
-                Target ExecutionEngine Debugger Linker
+include $(LEVEL)/Makefile.config
+
+PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
+                Target ExecutionEngine Linker MC CompilerDriver Object
 
 include $(LEVEL)/Makefile.common