diff options
author | tron <tron@openttd.org> | 2006-08-16 06:05:44 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-08-16 06:05:44 +0000 |
commit | fa5564db133f9c93d78346d696bc09cdbc690f58 (patch) | |
tree | 7cfcba64810d448a38ca2b1cc9acee015f53cf04 /Makefile | |
parent | a0b4a29a575b3bf8e3a7573924fa917603d26abc (diff) | |
download | openttd-fa5564db133f9c93d78346d696bc09cdbc690f58.tar.xz |
(svn r5923) Fix 'make depend' which was broken in r3574 (it just did nothing)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1037,7 +1037,7 @@ depend: @true # The include handles this automagically # Introduce the dependencies -ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper upgradeconf unittest $(MAKE_CONFIG)),) +ifeq ($(findstring $(MAKECMDGOALS), clean info mrproper upgradeconf unittest $(MAKE_CONFIG)),) -include $(DEPS) endif |