remove std::ostream versions of printing stuff for MBB and MF,
[oota-llvm.git] / Makefile
index e750889ae45c6a55af0a92dde175ebbb09d66799..700b02d02e83ed6f1916357bd6de78e454814781 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ include $(LEVEL)/Makefile.config
 # FIXME: Remove runtime entirely once we have an understanding of where
 # libprofile etc should go.
 #ifeq ($(LLVMGCC_MAJVERS),4)
-  DIRS := $(filter-out runtime, $(DIRS))
+#  DIRS := $(filter-out runtime, $(DIRS))
 #endif
 
 ifeq ($(MAKECMDGOALS),libs-only)