summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-07-18 12:04:44 -0400
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-07-18 12:04:44 -0400
commit70ec118ecaeeaad781fa2d5010a20bcf14afcbd9 (patch)
tree63346df44e1c42d247fef32fd462c9c2a8ced647
parentc8444a41ad8857a1aefd037a27d8fd96da1e97da (diff)
fix ChangeLog dist rule
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7ae2f59..24a33f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,7 @@ CLEANFILES = $(appman_DATA) ChangeLog
.PHONY: ChangeLog
ChangeLog:
- GIT_DIR=${srcdir}.git git-log > ChangeLog
+ GIT_DIR=$(srcdir)/.git git-log > ChangeLog
dist-hook: ChangeLog