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 | 45572b5c140211924271629ad1495138514231ec (patch) | |
tree | ef167a3f34e9e9f668bda4974e0cb1e79e778a77 | |
parent | d76ed433f7b00774a73b4b6a6f9549ae974bdaa9 (diff) | |
download | openttd-45572b5c140211924271629ad1495138514231ec.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 |