summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-20 20:23:04 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-20 20:23:04 -0200
commit1f86766e33e9184486e19408522a1d80df82119f (patch)
tree67e3104aaca8e101ad24f846fcbd0460de130c0d /Makefile.am
parent4e4c9f023d84e37de412f1f484615edca6628549 (diff)
Correct make distchek and sparse warnings.
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 94f31cd..29ad1ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,6 +68,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