summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2007-12-06 15:51:08 -0500
committerJames Cloos <cloos@jhcloos.com>2007-12-06 15:51:08 -0500
commitbee786458655a081487f2caff112f85aa0c3c8de (patch)
treeb249c29df24f745ab04f60a03037d7917eba561b /Makefile.am
parentcceb5d7387f8dcc39000f8e27b82230e9a8f5019 (diff)
Add missing PHONY line for automatic ChangeLog generation
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c6e11e8..558be2a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,6 +48,8 @@ EXTRA_DIST = xdpr.script ChangeLog autogen.sh
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)