diff options
author | tron <tron@openttd.org> | 2007-01-07 08:26:45 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2007-01-07 08:26:45 +0000 |
commit | fb6acfad381371dfec6b88793d0f8eba6bc1427f (patch) | |
tree | ef167a3f34e9e9f668bda4974e0cb1e79e778a77 | |
parent | 9ad0d4cf1ac30302ba5aeaf99c7c15e1b53d81f0 (diff) | |
download | openttd-fb6acfad381371dfec6b88793d0f8eba6bc1427f.tar.xz |
(svn r7940) Add an empty line instead of overwriting the just written file
-rw-r--r-- | config.lib | 2 |
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 |