(svn r7940) Add an empty line instead of overwriting the just written file

This commit is contained in:
tron 2007-01-07 08:26:45 +00:00
parent d76ed433f7
commit 45572b5c14
1 changed files with 1 additions and 1 deletions

View File

@ -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