Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cpp
[oota-llvm.git] / lib / Makefile
index 3807f31c70376a260206c80cf860f32804c321e5..043eda6b99b7ec65608e425dcdd5db224c9aa8d8 100644 (file)
@@ -10,8 +10,8 @@ LEVEL = ..
 
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
-                Target ExecutionEngine Linker MC CompilerDriver
+PARALLEL_DIRS := IR AsmParser Bitcode Archive Analysis Transforms CodeGen \
+                Target ExecutionEngine Linker MC Object Option DebugInfo
 
 include $(LEVEL)/Makefile.common