aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/Makefile.am
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2017-08-30 16:48:55 +0200
committerCorinna Vinschen <corinna@vinschen.de>2017-08-30 16:48:55 +0200
commit192986ab032e035d43df909274465b9056e3a818 (patch)
treec8c549d3a5bf009e95949991a68b06d7b73d64fb /newlib/libc/string/Makefile.am
parent5fc315b597debc918e93aa21d2f23f4f82051904 (diff)
downloadnewlib-192986ab032e035d43df909274465b9056e3a818.zip
newlib-192986ab032e035d43df909274465b9056e3a818.tar.gz
newlib-192986ab032e035d43df909274465b9056e3a818.tar.bz2
newlib: string/Makefile.am (CHEWOUT_FILES): Add strnstr.def
Regenerate strings/Makefile.in Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/libc/string/Makefile.am')
-rw-r--r--newlib/libc/string/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/Makefile.am b/newlib/libc/string/Makefile.am
index f8bd41e..a21e3d5 100644
--- a/newlib/libc/string/Makefile.am
+++ b/newlib/libc/string/Makefile.am
@@ -164,6 +164,6 @@ wmemcmp.def wmemcpy.def wmemmove.def wmemset.def \
memmem.def memrchr.def rawmemchr.def strchrnul.def \
strcasecmp_l.def strcoll_l.def strncasecmp_l.def strxfrm_l.def \
wcscasecmp_l.def wcscoll_l.def wcsncasecmp_l.def wcsxfrm_l.def \
-strverscmp.def
+strverscmp.def strnstr.def
CHAPTERS = strings.tex wcstrings.tex