diff options
Diffstat (limited to 'X11/xtrans/Makefile.am')
-rw-r--r-- | X11/xtrans/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/xtrans/Makefile.am b/X11/xtrans/Makefile.am index 39b67d36d..07e01538b 100644 --- a/X11/xtrans/Makefile.am +++ b/X11/xtrans/Makefile.am @@ -22,6 +22,6 @@ CLEANFILES = ChangeLog .PHONY: ChangeLog ChangeLog: - (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) + $(CHANGELOG_CMD) dist-hook: ChangeLog |