diff options
author | truebrain <truebrain@openttd.org> | 2008-09-02 15:34:38 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2008-09-02 15:34:38 +0000 |
commit | ded643450224003ae50e0e0368b34df0a7ded7d7 (patch) | |
tree | 2903c423381f36b548f25c1713f0e322d68d86bd /config.lib | |
parent | c8e8911ef676f503ac5789d3fefac1278cdef971 (diff) | |
download | openttd-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.lib | 1 |
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 |