diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-16 21:29:41 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-16 21:29:41 +0000 |
commit | deead6820da8997e7398e7381e2a40d1c6a5bea5 (patch) | |
tree | 37c4427156e58b6958933875c57bd2a8ec329992 /app/fonttosfnt/Makefile.in | |
parent | 2b92a23d5c6553561672084bb29f31625604340a (diff) |
regen
Diffstat (limited to 'app/fonttosfnt/Makefile.in')
-rw-r--r-- | app/fonttosfnt/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/fonttosfnt/Makefile.in b/app/fonttosfnt/Makefile.in index 8d67991e4..e6007d5d9 100644 --- a/app/fonttosfnt/Makefile.in +++ b/app/fonttosfnt/Makefile.in @@ -743,7 +743,7 @@ uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS \ .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. |