summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-09-05 21:50:59 +0000
committerrubidium <rubidium@openttd.org>2010-09-05 21:50:59 +0000
commitd2572f94d229ede57a9d5887c3f5de981d30ab43 (patch)
treed86a3c2539f8363346b8ca95434ce181e4793794 /Makefile.in
parente4091f16d0dcc1bcd7330d8fe117bf4019c5304f (diff)
downloadopenttd-d2572f94d229ede57a9d5887c3f5de981d30ab43.tar.xz
(svn r20752) -Change: move removal of bin/data/openttd.grf from distclean to maintainer-clean
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 99f12462c..054466745 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -147,6 +147,9 @@ mrproper:
$(Q)rm -rf $(BIN_DIR)/ai/regression/content_download $(BIN_DIR)/ai/regression/save $(BIN_DIR)/ai/regression/scenario
distclean: mrproper
+maintainer-clean: distclean
+ $(Q)rm -f $(BIN_DIR)/data/openttd.grf
+
depend:
@for dir in $(SRC_DIRS); do \
$(MAKE) -C $$dir depend; \