diff options
Diffstat (limited to 'lgl/Makefile.am')
-rw-r--r-- | lgl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lgl/Makefile.am b/lgl/Makefile.am index 7ad392bb38..12eac7eaa3 100644 --- a/lgl/Makefile.am +++ b/lgl/Makefile.am @@ -281,6 +281,7 @@ string.h: string_.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''ABSOLUTE_STRING_H''@|$(ABSOLUTE_STRING_H)|g' \ + -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \ -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \ -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \ -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \ |