changeset 5556:312bb9ac546d draft

(svn r7940) Add an empty line instead of overwriting the just written file
author tron <tron@openttd.org>
date Sun, 07 Jan 2007 08:26:45 +0000
parents d2263262f7d1
children 5fa6a89be82a
files config.lib
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.lib
+++ b/config.lib
@@ -1821,7 +1821,7 @@
 	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