Add missing PHONY line for automatic ChangeLog generation
authorJames Cloos <cloos@jhcloos.com>
Thu, 6 Dec 2007 20:51:05 +0000 (15:51 -0500)
committerJames Cloos <cloos@jhcloos.com>
Thu, 6 Dec 2007 20:51:05 +0000 (15:51 -0500)
Makefile.am

index cdf2bac..7284fa6 100644 (file)
@@ -64,6 +64,8 @@ EXTRA_DIST = $(appman_PRE) ChangeLog
 CLEANFILES = $(appman_DATA)
 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)