diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-09-15 14:59:15 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-09-15 14:59:15 -0700 |
commit | 4a2f176da3e2171f4feea2e6c8787e24fdf204f3 (patch) | |
tree | 16bcda69ba39dca56dfe76b5076e0f6e5a2757ec | |
parent | ec3abba0e351278876909bb5250d490b807d904a (diff) |
Remove GIT_DIR setting from git log command
-rw-r--r-- | Makefile.am | 2 |
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 |