summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3ede9f998..f818a14d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,7 +49,7 @@ automake: automake.in
# Tag before making distribution. Also, don't make a distribution if
# checks fail. Also, make sure the NEWS file is up-to-date.
cvs-dist: maintainer-check
- if sed 1q NEWS | grep -e "$(VERSION)"; then :; else \
+ @if sed 1q NEWS | grep -e "$(VERSION)"; then :; else \
echo "NEWS not updated; not releasing" 1>&2; \
exit 1; \
fi