diff options
author | Adam Jackson <ajax@redhat.com> | 2009-04-07 13:40:36 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-04-07 13:40:36 -0400 |
commit | df87eaf191209b0f1619ea74dc9fb0314b6fd288 (patch) | |
tree | f88cda0935bd1a749d1d0de5b6a068e10851b44e /Makefile.am | |
parent | c0cc7d1247798867c695aeddcffe88edacbb6c7c (diff) |
nv 2.1.13xf86-video-nv-2.1.13
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d2f5b56..cdce83e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,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) + (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) dist-hook: ChangeLog |