diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 11:08:27 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 11:08:27 +0000 |
commit | 6d8f54533b0c9be82e19e890842b98b59ca55750 (patch) | |
tree | 211dd02c1ec9397a35a44220e3d03ad586bf7e31 /driver/xf86-video-mga/Makefile.in | |
parent | e695eb06d0a2237a8967bb03590e472b45126df9 (diff) |
regen
Diffstat (limited to 'driver/xf86-video-mga/Makefile.in')
-rw-r--r-- | driver/xf86-video-mga/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-video-mga/Makefile.in b/driver/xf86-video-mga/Makefile.in index a77184cbd..11193ae3f 100644 --- a/driver/xf86-video-mga/Makefile.in +++ b/driver/xf86-video-mga/Makefile.in @@ -662,7 +662,7 @@ uninstall-info: uninstall-info-recursive .PHONY: ChangeLog ChangeLog: - git-log > 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) dist-hook: ChangeLog # Tell versions [3.59,3.63) of GNU make to not export all variables. |