(svn r3574) - [Merge] [GPMI] -Fix: finally OTTD doesn't compile if you do a 'make mrproper' (TrueLight)
authorDarkvater
Tue, 07 Feb 2006 19:34:22 +0000
changeset 2997 a1917d0229ae
parent 2996 9d77b3aec341
child 2998 48b021e47f06
(svn r3574) - [Merge] [GPMI] -Fix: finally OTTD doesn't compile if you do a 'make mrproper' (TrueLight)
Makefile
--- a/Makefile	Tue Feb 07 19:11:51 2006 +0000
+++ b/Makefile	Tue Feb 07 19:34:22 2006 +0000
@@ -972,7 +972,7 @@
 	@true # The include handles this automagically
 
 # Introduce the dependencies
-ifeq ($(findstring $(MAKECMDGOALS), clean info),)
+ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper),)
 -include $(DEPS)
 endif