summaryrefslogtreecommitdiff
path: root/driver/xf86-video-geode/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-10-11 09:30:16 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-10-11 09:30:16 +0000
commit71521b10508860c113637caba0aecd1baa42948b (patch)
treeda6b4a1dfaca44dc589ace044dc80f7928e32723 /driver/xf86-video-geode/Makefile.am
parent7b2e233a1aad79e446c429576b90e408aa183921 (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.am2
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