revert r171306, since we cannot compare APInts with different bitwidths
[oota-llvm.git] / lib / Makefile
index 7199da52d489cf6e65344bf98c9a3f136e97406c..e3b03dabe4acd9ddd37e4581c801f06d9dbaad56 100644 (file)
@@ -8,8 +8,10 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ..
 
-PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
-                Target ExecutionEngine Debugger Linker CompilerDriver MC
+include $(LEVEL)/Makefile.config
+
+PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
+                Target ExecutionEngine Linker MC Object Option DebugInfo
 
 include $(LEVEL)/Makefile.common