diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-06-27 19:15:04 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-06-27 19:15:04 +0000 |
commit | ffe4a2ea175faf47b3d4c374dfaf4eeb039270f2 (patch) | |
tree | 174d3fb592b14ee81ff251df5ab25c9bd7fcde26 /libc/string/Makefile | |
parent | 11c7ac847a377e312bbdb56ad0fb57687ee87b56 (diff) |
Remove nonstandard functions.
Diffstat (limited to 'libc/string/Makefile')
-rw-r--r-- | libc/string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |