Implement the major chunk of PR7195: support for 'callw'
[oota-llvm.git] / lib / Makefile
index 7199da52d489cf6e65344bf98c9a3f136e97406c..3807f31c70376a260206c80cf860f32804c321e5 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 CompilerDriver
 
 include $(LEVEL)/Makefile.common