summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-16 21:38:29 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 21:40:24 +0200
commit4b7a79b005c9cc286e8df66285d32393f60c27ae (patch)
tree001dee956dc1e785772eb6310c8b9cb5aaf780d0 /Makefile
parent0a9fbea492750b699f5bf721a475ca4d0bfb1332 (diff)
downloadgnulib-4b7a79b005c9cc286e8df66285d32393f60c27ae.tar.gz
syntax-check: Fix typo.
* Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not printf-posix.m4. Reported by Jim Meyering.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \