summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-01-07 08:26:45 +0000
committertron <tron@openttd.org>2007-01-07 08:26:45 +0000
commit45572b5c140211924271629ad1495138514231ec (patch)
treeef167a3f34e9e9f668bda4974e0cb1e79e778a77 /config.lib
parentd76ed433f7b00774a73b4b6a6f9549ae974bdaa9 (diff)
downloadopenttd-45572b5c140211924271629ad1495138514231ec.tar.xz
(svn r7940) Add an empty line instead of overwriting the just written file
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lib b/config.lib
index 692c36f79..442243395 100644
--- a/config.lib
+++ b/config.lib
@@ -1821,7 +1821,7 @@ generate_main() {
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