changeset 15264:df803aaa6922

syntax-check: Fix typo. * Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not printf-posix.m4. Reported by Jim Meyering.
author Bruno Haible <bruno@clisp.org>
date Thu, 16 Jun 2011 21:38:29 +0200
parents a003200eb24e
children c3e8b346cd5c
files ChangeLog Makefile
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-06-16  Bruno Haible  <bruno@clisp.org>
+
+	syntax-check: Fix typo.
+	* Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not
+	printf-posix.m4.
+	Reported by Jim Meyering.
+
 2011-06-13  Jim Meyering  <meyering@redhat.com>
 
 	syntax-check: add a rule to help enforce the no-AC_LIBOBJ-in-m4/ policy
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@
   fcntl			\
   fprintf-posix		\
   open			\
-  printf-posix		\
+  printf-posix-rpl	\
   snprintf		\
   sprintf-posix		\
   stdio_h		\