(svn r3574) - [Merge] [GPMI] -Fix: finally OTTD doesn't compile if you do a 'make mrproper' (TrueLight)

This commit is contained in:
Darkvater 2006-02-07 19:34:22 +00:00
parent 9dba135f79
commit 0755e24ce4
1 changed files with 1 additions and 1 deletions

View File

@ -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