From d374d7d5f42f83b2509fd6288ee7f768101714e9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 25 Sep 2009 12:25:27 +0000 Subject: [PATCH] Only include Makedepend when really using SGI MipsPRO svn-id: r44354 --- Makefile | 1 - configure | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13ef5f3fdb5..59624891e6a 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,6 @@ MODULE_DIRS := # Load the make rules generated by configure -include config.mk --include Makedepend ifeq "$(HAVE_GCC)" "1" CXXFLAGS:= -Wall $(CXXFLAGS) diff --git a/configure b/configure index 05f91fa588d..5fdf130ab40 100755 --- a/configure +++ b/configure @@ -1066,6 +1066,7 @@ else _cxx_major=7 _cxx_minor=4 add_line_to_config_mk 'CXX_UPDATE_DEP_FLAG = -MDupdate "$(*D)/$(DEPDIR)/$(*F).d"' + add_line_to_config_mk '-include Makedepend' ;; *) cxx_version="$cxx_version, bad"