Constify most methods. We could have constified doInitialization and
[oota-llvm.git] / lib / Makefile
index 73caa73b85d55d0a7ef76d394d7619abe1274b11..8364f3c2f485a85b4d29fe4f3fd00b1c5c0089db 100644 (file)
@@ -1,6 +1,8 @@
 LEVEL = ..
 
-PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter Reoptimizer
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter
+
+OPTIONAL_DIRS = Reoptimizer
 
 include $(LEVEL)/Makefile.common