summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
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