summaryrefslogtreecommitdiff
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
commit0755e24ce41577282ef97156b0c50646880d9763 (patch)
tree774ee0a06a3d2c3bc6b9fed2e363979371f92bbf
parent9dba135f7912c6f88ff51f7f3fe6ef35db17d443 (diff)
downloadopenttd-0755e24ce41577282ef97156b0c50646880d9763.tar.xz
(svn r3574) - [Merge] [GPMI] -Fix: finally OTTD doesn't compile if you do a 'make mrproper' (TrueLight)
-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