diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-19 15:54:41 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-19 15:54:41 -0200 |
commit | 5dca07cec68fbfc75ef2002422215647ca5b8c03 (patch) | |
tree | 6e6f9929096dc8888c7acc4373218a612f7ca95f /Makefile.am | |
parent | 4c3f466f67a7819a912a736f4f2a97262bdaf589 (diff) |
Ansification and compile warning fixes.
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
make distcheck and all gcc 4.3 and sparse warnings.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index df4c982..2c2bebf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ CLEANFILES = $(appman_DATA) .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 |