summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-20 15:37:05 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-20 15:37:05 +0200
commit091b9d4e120e9f98b7ba01011f7dafcffc298f7b (patch)
treecc80b510a892afdc0c2d85444bd5eaac96e7f9b9 /maint.mk
parentd56d25e4b2425a7a17eb8d5bd3b896198a8abc99 (diff)
downloadgnutls-091b9d4e120e9f98b7ba01011f7dafcffc298f7b.tar.gz
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index 4108177678..21782e5162 100644
--- a/maint.mk
+++ b/maint.mk
@@ -235,7 +235,8 @@ sc_prohibit_HAVE_MBRTOWC:
# h: the header, enclosed in <> or ""
# re: a regular expression that matches IFF something provided by $h is used.
define _header_without_use
- h_esc=`echo "$$h"|sed 's/\./\\./g'`; \
+ dummy=; : so we do not need a semicolon before each use; \
+ h_esc=`echo "$$h"|sed 's/\./\\\\./g'`; \
if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \
files=$$(grep -l '^# *include '"$$h_esc" \
$$($(VC_LIST_EXCEPT) | grep '\.c$$')) && \