Add missing PHONY line for automatic ChangeLog generation

This commit is contained in:
James Cloos
2007-12-06 15:51:12 -05:00
parent 21ed435398
commit 64ab1cdf34

View File

@@ -33,6 +33,8 @@ endif
EXTRA_DIST = README.ati README.r128 README.ati.sgml README.r128.sgml ChangeLog
CLEANFILES = 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)