diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7675376cdd..466028f676 100644 --- a/Makefile.am +++ b/Makefile.am @@ -180,7 +180,7 @@ install-exec-hook: mkdir -p $(DESTDIR)${runstatedir}/${PACKAGE_NAME} add-changelog-entry: - ./changelog_unreleased/.add-entry.sh + @./changelog_unreleased/.add-entry.sh #### include external sources in the distributed tarball: EXTRA_DIST = ext/coroutine/coroutine.hpp |