summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-09-15 14:59:15 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-09-15 14:59:15 -0700
commit4a2f176da3e2171f4feea2e6c8787e24fdf204f3 (patch)
tree16bcda69ba39dca56dfe76b5076e0f6e5a2757ec /Makefile.am
parentec3abba0e351278876909bb5250d490b807d904a (diff)
downloadxorg-lib-libxtrans-4a2f176da3e2171f4feea2e6c8787e24fdf204f3.tar.gz
Remove GIT_DIR setting from git log command
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 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