summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2007-12-06 15:51:13 -0500
committerJames Cloos <cloos@jhcloos.com>2007-12-06 15:51:13 -0500
commitd1546d162b4fe12c5d01479ded02b00bff5a9c64 (patch)
tree0d710de724b86ae1f11a4f53ab34088ae0ffa822
parent0feb027d6c94a7896c5d2fb861de8c69340998db (diff)
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 898fda9..f9e798b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,6 +62,8 @@ encodings_DATA = $(DATA_FILES) encodings.dir
MAINTAINERCLEANFILES=ChangeLog
+.PHONY: ChangeLog
+
ChangeLog:
git-log > ChangeLog