summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-11-14 21:38:36 +0000
committerrubidium <rubidium@openttd.org>2011-11-14 21:38:36 +0000
commit79b82b56a8bf3faf7733afe02470c20ce3cbfa47 (patch)
tree05dc2c7e38a7207f6a55d974c454e38c7bd3bb3c /Makefile.in
parent2b897b4fa0dd22334ba21a96ca7df5960b2c3355 (diff)
downloadopenttd-79b82b56a8bf3faf7733afe02470c20ce3cbfa47.tar.xz
(svn r23220) -Change: move the baseset files to their new location
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 054466745..1dfcaa54f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -148,7 +148,7 @@ mrproper:
distclean: mrproper
maintainer-clean: distclean
- $(Q)rm -f $(BIN_DIR)/data/openttd.grf
+ $(Q)rm -f $(BIN_DIR)/baseset/openttd.grf
depend:
@for dir in $(SRC_DIRS); do \