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 5daf9d2..b8d9360 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,7 +43,7 @@ MAINTAINERCLEANFILES = ChangeLog
.PHONY: ChangeLog
ChangeLog:
- git --git-dir $(top_srcdir)/../.git log > ChangeLog || touch ChangeLog
+ git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
dist-hook: ChangeLog