changeset 19839:0093b9987ee0

Fix 'make dist' target failing (bug #44333). * Makefile.am: Add missing ';' to changelog-from-hg-log macro.
author Rik <rik@octave.org>
date Sat, 21 Feb 2015 06:15:50 -0800
parents dfa608a9c36e
children c5f0df2a7291
files Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Sat Feb 21 14:46:43 2015 +0100
+++ b/Makefile.am	Sat Feb 21 06:15:50 2015 -0800
@@ -163,7 +163,7 @@
   { cd $(srcdir); \
     hg log --style=build-aux/changelog.tmpl --prune=b0e60ad4ae26 --only-branch=`hg branch`; \
     echo ""; \
-    echo "See the files in the directory etc/OLD-ChangeLogs for changes before 2011-04-19" \
+    echo "See the files in the directory etc/OLD-ChangeLogs for changes before 2011-04-19"; \
   } > $@-t && \
   mv $@-t $@
 endef