From ffe4a2ea175faf47b3d4c374dfaf4eeb039270f2 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 27 Jun 2001 19:15:04 +0000 Subject: Remove nonstandard functions. --- libc/string/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/Makefile') diff --git a/libc/string/Makefile b/libc/string/Makefile index 48d3a3426..488c69549 100644 --- a/libc/string/Makefile +++ b/libc/string/Makefile @@ -35,7 +35,7 @@ endif MSRC1=strsignal.c MOBJ1=strsignal.o psignal.o -CSRC=strpbrk.c strsep.c strstr.c strtok.c strtok_r.c strcspn.c config.c \ +CSRC=strpbrk.c strsep.c strstr.c strtok.c strtok_r.c strcspn.c \ strspn.c strcasecmp.c strncasecmp.c strerror.c bcopy.c bzero.c \ bcmp.c sys_errlist.c COBJS=$(patsubst %.c,%.o, $(CSRC)) -- cgit v1.2.3