diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-06-13 11:04:20 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-06-13 11:04:20 +0000 |
commit | 7d0b83a16e6ffba23e3efc030798d4206eea8019 (patch) | |
tree | bc25eee1e0b9e0bbcd1780cd54b61b0795b05c05 /driver/xf86-input-elographics/Makefile.am | |
parent | 21b33267273c9bbae4881db7a1267f1e8e5b688c (diff) |
Update to xf86-input-elographics 1.2.4
Diffstat (limited to 'driver/xf86-input-elographics/Makefile.am')
-rw-r--r-- | driver/xf86-input-elographics/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/driver/xf86-input-elographics/Makefile.am b/driver/xf86-input-elographics/Makefile.am index 36867bdb4..183adde50 100644 --- a/driver/xf86-input-elographics/Makefile.am +++ b/driver/xf86-input-elographics/Makefile.am @@ -28,8 +28,7 @@ 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 |