summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7b1badc..37cc2df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,6 @@ EXTRA_DIST = xtrans.pc.in ${aclocal_DATA}
.PHONY: ChangeLog
ChangeLog:
- GIT_DIR=${srcdir}/.git git-log > ChangeLog
+ git-log > ChangeLog
dist-hook: ChangeLog