summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2007-12-06 15:51:04 -0500
committerJames Cloos <cloos@jhcloos.com>2007-12-06 15:51:04 -0500
commita888e809b4e1c9576e667cb50cc62009a1bf391e (patch)
treee2fa7bbcae97155e5fd5d01ccfc62f2e28093bb1
parentda1b5f42fcb1bd0bc9b80f6f1ab7ebb9eb506554 (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 f3d41a7..8a7f6e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,6 +75,8 @@ endif LINT
MAINTAINERCLEANFILES=ChangeLog
+.PHONY: ChangeLog
+
ChangeLog:
git-log > ChangeLog