diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 10:50:48 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 10:50:48 +0000 |
commit | fbdadc93b342de9084dc8eeb8b5f8d07cc6ba0cf (patch) | |
tree | 63d53355dd9801dfc9b3b870fa7d382177bb45b6 /lib/libXv/Makefile.in | |
parent | 321bd84c7ca76628f94fe9c86b99e3d13fe1a159 (diff) |
regen
Diffstat (limited to 'lib/libXv/Makefile.in')
-rw-r--r-- | lib/libXv/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libXv/Makefile.in b/lib/libXv/Makefile.in index fd4d8d6c5..faddda136 100644 --- a/lib/libXv/Makefile.in +++ b/lib/libXv/Makefile.in @@ -697,7 +697,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 |