Changeset - r5556:15ce9844b1f0
[Not reviewed]
master
0 1 0
tron - 18 years ago 2007-01-07 08:26:45
tron@openttd.org
(svn r7940) Add an empty line instead of overwriting the just written file
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -1818,13 +1818,13 @@ generate_main() {
 
	make_sed
 

	
 
	# Create the main Makefile
 
	echo "Generating Makefile..."
 
	< $ROOT_DIR/Makefile.in sed "$SRC_REPLACE" > Makefile
 
	echo "# Auto-generated file -- DO NOT EDIT" > Makefile.am
 
	echo "" > Makefile.am
 
	echo >> Makefile.am
 
	# Make the copy of the source-list, so we don't trigger an unwanted recompile
 
	cp $SOURCE_LIST config.cache.source.list
 
	# Make sure config.cache is OLDER then config.cache.source.list
 
	touch config.cache
 
}
 

	
0 comments (0 inline, 0 general)