mirror of https://github.com/OpenTTD/OpenTTD
(svn r3574) - [Merge] [GPMI] -Fix: finally OTTD doesn't compile if you do a 'make mrproper' (TrueLight)
parent
9dba135f79
commit
0755e24ce4
2
Makefile
2
Makefile
|
@ -972,7 +972,7 @@ depend:
|
||||||
@true # The include handles this automagically
|
@true # The include handles this automagically
|
||||||
|
|
||||||
# Introduce the dependencies
|
# Introduce the dependencies
|
||||||
ifeq ($(findstring $(MAKECMDGOALS), clean info),)
|
ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper),)
|
||||||
-include $(DEPS)
|
-include $(DEPS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue