diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-11 09:30:16 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-11 09:30:16 +0000 |
commit | 71521b10508860c113637caba0aecd1baa42948b (patch) | |
tree | da6b4a1dfaca44dc589ace044dc80f7928e32723 /driver/xf86-video-geode/Makefile.am | |
parent | 7b2e233a1aad79e446c429576b90e408aa183921 (diff) |
update to xf86-video-geode 2.11.6. Tested on a Alix 3C3.
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 |