summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2006-07-16 10:55:39 +0200
committerMatthieu Herrb <matthieu@reactor.herrb.com>2006-07-16 10:55:39 +0200
commit4eba45879aea4e415ab550ee56b900d060099110 (patch)
tree8264225723ce979cb6a7a0914dfdd4edfc3dc2d9 /Makefile.am
parentb8a98809ed81e1226775e6447ef219ffc01334b5 (diff)
set GIT_DIR=${srcdir}/.git for git-log
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 80fdf2b5..08363169 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,6 +15,6 @@ CLEANFILES=ChangeLog
.PHONY: ChangeLog
ChangeLog:
- git-log > ChangeLog
+ GIT_DIR=${srcdir}/.git git-log > ChangeLog
dist-hook: ChangeLog