summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2007-12-06 15:51:14 -0500
committerJames Cloos <cloos@jhcloos.com>2007-12-06 15:51:14 -0500
commitf641875615739ae6431e59b4fc47bb52fdce6381 (patch)
tree555c15446698dc878955cb17b508a6a7973f2056
parentec5ca1927558d686c4957f2ae8c8c50c722cd87b (diff)
downloadxorg-lib-libXScrnSaver-f641875615739ae6431e59b4fc47bb52fdce6381.tar.gz
Add missing PHONY line for automatic ChangeLog generation
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b964031..77a88c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,6 +28,8 @@ EXTRA_DIST = xscrnsaver.pc.in autogen.sh 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)