summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-03-14 19:10:33 +0000
committertruelight <truelight@openttd.org>2006-03-14 19:10:33 +0000
commitbe15d8ec2e48fc72366f98810eefc6e551f6ec2e (patch)
tree0032683ff04cce8e5106f8b9e7afae7baa6324b2 /Makefile
parent273533d4c705f98a15e1376a77f34a5978ec55f6 (diff)
downloadopenttd-be15d8ec2e48fc72366f98810eefc6e551f6ec2e.tar.xz
(svn r3864) -Fix: small problems with make-system, making room for a wrapper-configure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59079a8b4..9646660bb 100644
--- a/Makefile
+++ b/Makefile
@@ -974,7 +974,7 @@ depend:
@true # The include handles this automagically
# Introduce the dependencies
-ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper),)
+ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper upgradeconf $(MAKE_CONFIG)),)
-include $(DEPS)
endif