summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-02-07 19:34:22 +0000
committerDarkvater <Darkvater@openttd.org>2006-02-07 19:34:22 +0000
commit3d1fa51e6912f50af3d57354361798769b1bc158 (patch)
tree774ee0a06a3d2c3bc6b9fed2e363979371f92bbf /Makefile
parentf874b60636fbe21a63b54662faa82f7b4286227d (diff)
downloadopenttd-3d1fa51e6912f50af3d57354361798769b1bc158.tar.xz
(svn r3574) - [Merge] [GPMI] -Fix: finally OTTD doesn't compile if you do a 'make mrproper' (TrueLight)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 827363e55..139c5e211 100644
--- a/Makefile
+++ b/Makefile
@@ -972,7 +972,7 @@ depend:
@true # The include handles this automagically
# Introduce the dependencies
-ifeq ($(findstring $(MAKECMDGOALS), clean info),)
+ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper),)
-include $(DEPS)
endif