summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2006-07-11 13:27:49 -0700
committerDonnie Berkholz <donnie@comet.(none)>2006-07-11 13:27:49 -0700
commitb8a98809ed81e1226775e6447ef219ffc01334b5 (patch)
treef931690a15b2aee77f2939f13c7d5f019f560721 /Makefile.am
parent8f2be66089b88e4ed6acb0211ea107f4bb910bd3 (diff)
Add a .PHONY to ensure the ChangeLog isn't stale.
Setting the ChangeLog rule as phony forces it to be re-run even when the ChangeLog file already exists. Research indicates .PHONY is portable to BSD and Solaris make.
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 93bb2dab..80fdf2b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,8 @@ EXTRA_DIST=x11.pc.in ChangeLog
CLEANFILES=ChangeLog
+.PHONY: ChangeLog
+
ChangeLog:
git-log > ChangeLog