summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-08-16 06:05:44 +0000
committertron <tron@openttd.org>2006-08-16 06:05:44 +0000
commitfa5564db133f9c93d78346d696bc09cdbc690f58 (patch)
tree7cfcba64810d448a38ca2b1cc9acee015f53cf04 /Makefile
parenta0b4a29a575b3bf8e3a7573924fa917603d26abc (diff)
downloadopenttd-fa5564db133f9c93d78346d696bc09cdbc690f58.tar.xz
(svn r5923) Fix 'make depend' which was broken in r3574 (it just did nothing)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc30364e6..4e03dcdf9 100644
--- a/Makefile
+++ b/Makefile
@@ -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