Changeset - r10333:ad6d19331c7c
[Not reviewed]
master
0 1 0
glx - 16 years ago 2008-11-16 20:06:19
glx@openttd.org
(svn r14584) -Fix: reconfigure when any *.in file is changed
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
configure
Show inline comments
 
@@ -125,11 +125,11 @@ SRCS="`    echo \"$SRCS\" | $awk ' { ORS
 
if [ -z "$sort" ]; then
 
	sort="sed s~a~a~"
 
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
 
generate_src
0 comments (0 inline, 0 general)