From 3d1fa51e6912f50af3d57354361798769b1bc158 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 7 Feb 2006 19:34:22 +0000 Subject: (svn r3574) - [Merge] [GPMI] -Fix: finally OTTD doesn't compile if you do a 'make mrproper' (TrueLight) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf