summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2008-09-02 15:34:38 +0000
committertruebrain <truebrain@openttd.org>2008-09-02 15:34:38 +0000
commitded643450224003ae50e0e0368b34df0a7ded7d7 (patch)
tree2903c423381f36b548f25c1713f0e322d68d86bd /config.lib
parentc8e8911ef676f503ac5789d3fefac1278cdef971 (diff)
downloadopenttd-ded643450224003ae50e0e0368b34df0a7ded7d7.tar.xz
(svn r14224) -Fix: copy Makefile.bundle too to your working dir, so you don't need to run ./configure in the root of OpenTTD
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.lib b/config.lib
index d015145a8..226c21ee9 100644
--- a/config.lib
+++ b/config.lib
@@ -2374,6 +2374,7 @@ generate_main() {
# Create the main Makefile
echo "Generating Makefile..."
< $ROOT_DIR/Makefile.in sed "$SRC_REPLACE" > Makefile
+ cp $ROOT_DIR/Makefile.bundle.in Makefile.bundle
echo "# Auto-generated file -- DO NOT EDIT" > Makefile.am
echo >> Makefile.am
# Make the copy of the source-list, so we don't trigger an unwanted recompile