Fix last ChangeLog entry: no .PHONY was added.
authorBruno Haible <bruno@clisp.org>
Sat, 2 May 2009 09:34:20 +0000 (11:34 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 2 May 2009 09:34:20 +0000 (11:34 +0200)
ChangeLog

index e7c301b..90afde3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,9 @@
 
        Use automake *-local hooks without commands, for extensibility.
        * modules/localcharset (Makefile.am): Rename install-exec-local
-       rule to install-exec-localcharset, mark it phony, and make it a
-       prerequisite of install-exec-local.  Likewise, rename the
-       uninstall-local rule to uninstall-localcharset, mark phony, and
-       make it a prerequisite of the former.
+       rule to install-exec-localcharset, and make it a prerequisite of
+       install-exec-local.  Likewise, rename the uninstall-local rule to
+       uninstall-localcharset, and make it a prerequisite of the former.
 
 2009-05-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
             Bruno Haible  <bruno@clisp.org>