summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-19 19:05:44 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-19 19:05:44 -0200
commit31395a96cff3570440229b2715c8ba557a6ce8d4 (patch)
tree47d674a6d5869a3ffea0f68c5860145a8a45a556 /Makefile.am
parent64d1fe69362bb0edcd5736ee6988d9bd394ea5c0 (diff)
downloadxorg-app-xauth-31395a96cff3570440229b2715c8ba557a6ce8d4.tar.gz
Correct make distcheck.
No warnings were generated by gcc 4.3 neither sparse when using XORG_CWARNFLAGS.
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 24a12c0..21f3fc5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,6 +79,6 @@ MAINTAINERCLEANFILES=ChangeLog
.PHONY: ChangeLog
ChangeLog:
- (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
+ $(CHANGELOG_CMD)
dist-hook: ChangeLog