1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-17 11:39:11 +00:00

(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

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