diff options
author | James Cloos <cloos@jhcloos.com> | 2007-12-06 15:51:04 -0500 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2007-12-06 15:51:04 -0500 |
commit | a888e809b4e1c9576e667cb50cc62009a1bf391e (patch) | |
tree | e2fa7bbcae97155e5fd5d01ccfc62f2e28093bb1 | |
parent | da1b5f42fcb1bd0bc9b80f6f1ab7ebb9eb506554 (diff) |
Add missing PHONY line for automatic ChangeLog generation
-rw-r--r-- | Makefile.am | 2 |
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 |