diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-09-16 20:49:15 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-09-16 20:49:15 +0800 |
commit | 92773385d4920973591270d10fde361a75f74863 (patch) | |
tree | 740d3ce8674886473e8f336cb9635b6e0c89a6a7 | |
parent | ec183c883b340ae82f5ba22689e5d1a3b9dfa511 (diff) | |
download | gsoc2013-epiphany-92773385d4920973591270d10fde361a75f74863.tar.gz gsoc2013-epiphany-92773385d4920973591270d10fde361a75f74863.tar.zst gsoc2013-epiphany-92773385d4920973591270d10fde361a75f74863.zip |
Mark ChangeLog rule as PHONY.
svn path=/trunk/; revision=7455
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c4436f07d..b238ae009 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,3 +50,5 @@ ChangeLog: xsltproc --stringparam strip-prefix "epiphany/trunk" \ --stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \ fi + +.PHONY: ChangeLog |