diff options
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. |