diff Makefile.am @ 19805: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 4f6ae6b94abe
children df3f1d2328d7
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