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
commitfb6acfad381371dfec6b88793d0f8eba6bc1427f (patch)
treeef167a3f34e9e9f668bda4974e0cb1e79e778a77 /config.lib
parent9ad0d4cf1ac30302ba5aeaf99c7c15e1b53d81f0 (diff)
downloadopenttd-fb6acfad381371dfec6b88793d0f8eba6bc1427f.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