diff Makefile @ 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 15f2ff83a46c
line wrap: on
line diff
--- a/Makefile	Mon Jun 13 18:01:47 2011 +0200
+++ b/Makefile	Thu Jun 16 21:38:29 2011 +0200
@@ -49,7 +49,7 @@
   fcntl			\
   fprintf-posix		\
   open			\
-  printf-posix		\
+  printf-posix-rpl	\
   snprintf		\
   sprintf-posix		\
   stdio_h		\