aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2009-09-25 12:25:27 +0000
committerMax Horn2009-09-25 12:25:27 +0000
commitd374d7d5f42f83b2509fd6288ee7f768101714e9 (patch)
tree9c40c637134e6f05ae46f98bad7689b908c8663c /configure
parent6eb639d5ca45d761b0c513ee45cad5e109880d06 (diff)
downloadscummvm-rg350-d374d7d5f42f83b2509fd6288ee7f768101714e9.tar.gz
scummvm-rg350-d374d7d5f42f83b2509fd6288ee7f768101714e9.tar.bz2
scummvm-rg350-d374d7d5f42f83b2509fd6288ee7f768101714e9.zip
Only include Makedepend when really using SGI MipsPRO
svn-id: r44354
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 05f91fa588..5fdf130ab4 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"