diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-08-20 15:37:05 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-08-20 15:37:05 +0200 |
commit | 091b9d4e120e9f98b7ba01011f7dafcffc298f7b (patch) | |
tree | cc80b510a892afdc0c2d85444bd5eaac96e7f9b9 /maint.mk | |
parent | d56d25e4b2425a7a17eb8d5bd3b896198a8abc99 (diff) | |
download | gnutls-091b9d4e120e9f98b7ba01011f7dafcffc298f7b.tar.gz |
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r-- | maint.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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$$')) && \ |