aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2009-09-25 12:25:27 +0000
committerMax Horn2009-09-25 12:25:27 +0000
commitd374d7d5f42f83b2509fd6288ee7f768101714e9 (patch)
tree9c40c637134e6f05ae46f98bad7689b908c8663c /Makefile
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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13ef5f3fdb..59624891e6 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)