diff options
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/string/Makefile b/string/Makefile index db9b5081d5..0267ea169b 100644 --- a/string/Makefile +++ b/string/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2002, 2005-2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 1991-2002, 2005-2008, 2009, 2010 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -36,7 +36,7 @@ routines := strcat strchr strcmp strcoll strcpy strcspn \ memccpy memcpy wordcopy strsep strcasestr \ swab strfry memfrob memmem rawmemchr strchrnul \ $(addprefix argz-,append count create ctsep next \ - delete extract insert stringify \ + delete extract insert stringify \ addsep replace) \ envz basename \ strcoll_l strxfrm_l string-inlines memrchr \ @@ -48,7 +48,8 @@ o-objects.ob := memcpy.o memset.o memchr.o strop-tests := memchr memcmp memcpy memmove mempcpy memset memccpy \ stpcpy stpncpy strcat strchr strcmp strcpy strcspn \ - strlen strncmp strncpy strpbrk strrchr strspn memmem + strlen strncmp strncpy strpbrk strrchr strspn memmem \ + strstr strcasestr tests := tester inl-tester noinl-tester testcopy test-ffs \ tst-strlen stratcliff tst-svc tst-inlcall \ bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap \ |