diff options
author | glx <glx@openttd.org> | 2008-11-16 20:06:19 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2008-11-16 20:06:19 +0000 |
commit | 13aa3e24cd3fd8a0a4357a986f9d2d208f246c30 (patch) | |
tree | 81cde9d107e4983ea36c378920d3fd0eccf7d37a /configure | |
parent | 64ee487ed5153fb6a76903b038c8af57306e395d (diff) | |
download | openttd-13aa3e24cd3fd8a0a4357a986f9d2d208f246c30.tar.xz |
(svn r14584) -Fix: reconfigure when any *.in file is changed
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ else sort="$sort -u" fi -CONFIGURE_FILES="$ROOT_DIR/configure $ROOT_DIR/config.lib $ROOT_DIR/Makefile.in $ROOT_DIR/Makefile.lang.in $ROOT_DIR/Makefile.src.in" +CONFIGURE_FILES="$ROOT_DIR/configure $ROOT_DIR/config.lib $ROOT_DIR/Makefile.in $ROOT_DIR/Makefile.lang.in $ROOT_DIR/Makefile.src.in $ROOT_DIR/Makefile.bundle.in" generate_main generate_lang |