aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2016-01-13 08:22:37 +0000
committerNIIBE Yutaka <[email protected]>2016-01-13 08:44:46 +0000
commite26706700f6f339891cce924e2a401dfbdba1a0e (patch)
treeabaf467e5c622c63647d3f4ea65be59f69827b6d
parentpo: Update Japanese translation. (diff)
downloadgnupg-e26706700f6f339891cce924e2a401dfbdba1a0e.tar.gz
gnupg-e26706700f6f339891cce924e2a401dfbdba1a0e.zip
Fix to support git worktree.
* Makefile.am: Use -e for testing .git. -- Signed-off-by: NIIBE Yutaka <[email protected]> (backport commit of 96237b9a63a50aed1884cb06f84279b977d6a8fa)
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5dca9bdb4..1c6311b60 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,7 +82,7 @@ gen_start_date = 2011-12-01T06:00:00
.PHONY: gen-ChangeLog
gen-ChangeLog:
set -e; \
- if test -d $(top_srcdir)/.git; then \
+ if test -e $(top_srcdir)/.git; then \
(cd $(top_srcdir) && \
$(GITLOG_TO_CHANGELOG) --append-dot --tear-off \
--amend=scripts/git-log-fix \