From ded643450224003ae50e0e0368b34df0a7ded7d7 Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 2 Sep 2008 15:34:38 +0000 Subject: (svn r14224) -Fix: copy Makefile.bundle too to your working dir, so you don't need to run ./configure in the root of OpenTTD --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 100b9498f..47fb0f089 100644 --- a/Makefile.in +++ b/Makefile.in @@ -113,7 +113,7 @@ mrproper: rm -f $$dir/Makefile; \ done $(Q)rm -rf objs - $(Q)rm -f Makefile Makefile.am + $(Q)rm -f Makefile Makefile.am Makefile.bundle $(Q)rm -f media/openttd.desktop $(Q)rm -f $(CONFIG_CACHE_SOURCE_LIST) config.cache config.log $(Q)rm -rf $(BUNDLE_DIR) -- cgit v1.2.3-54-g00ecf