changeset 31221:7abce876439f

Fix last ChangeLog entry: no .PHONY was added.
author Bruno Haible <bruno@clisp.org>
date Sat, 02 May 2009 11:34:20 +0200
parents 0040b1d2dca5
children ac37421d1abd
files ChangeLog
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat May 02 09:10:20 2009 +0200
+++ b/ChangeLog	Sat May 02 11:34:20 2009 +0200
@@ -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>