diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 11:18:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 11:18:25 +0000 |
commit | 3b1054b6ad10e8b168aa61c681fb55c4a2833ce9 (patch) | |
tree | 9ca4201176c994428559c0283420eb3c127d97e8 /lib/libxtrans/Makefile.in | |
parent | 2e1d8b0c04406a22e900c5acb01014000069c5fc (diff) |
regen
Diffstat (limited to 'lib/libxtrans/Makefile.in')
-rw-r--r-- | lib/libxtrans/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libxtrans/Makefile.in b/lib/libxtrans/Makefile.in index a3a927788..ad91ce784 100644 --- a/lib/libxtrans/Makefile.in +++ b/lib/libxtrans/Makefile.in @@ -540,7 +540,7 @@ uninstall-am: uninstall-XtransincludeHEADERS uninstall-aclocalDATA \ .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. |