diff options
Diffstat (limited to 'driver/xf86-video-geode/Makefile.am')
-rw-r--r-- | driver/xf86-video-geode/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-video-geode/Makefile.am b/driver/xf86-video-geode/Makefile.am index e5d6028cd..064234587 100644 --- a/driver/xf86-video-geode/Makefile.am +++ b/driver/xf86-video-geode/Makefile.am @@ -28,6 +28,6 @@ MAINTAINERCLEANFILES = 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 |