diff options
Diffstat (limited to 'driver/xf86-video-rendition/Makefile.in')
-rw-r--r-- | driver/xf86-video-rendition/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-video-rendition/Makefile.in b/driver/xf86-video-rendition/Makefile.in index 5b4c257c6..ddaf77dc9 100644 --- a/driver/xf86-video-rendition/Makefile.in +++ b/driver/xf86-video-rendition/Makefile.in @@ -667,7 +667,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. |