summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Makefile2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c4999b57d..57797a1376 100644
--- 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
diff --git a/Makefile b/Makefile
index ca9a516e8e..5dda3b5593 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ allow_AC_LIBOBJ = \
fcntl \
fprintf-posix \
open \
- printf-posix \
+ printf-posix-rpl \
snprintf \
sprintf-posix \
stdio_h \