summaryrefslogtreecommitdiff
path: root/libc/string/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-06-12 21:59:00 +0000
committerEric Andersen <andersen@codepoet.org>2002-06-12 21:59:00 +0000
commitfd6b9378be20243eaea7da1c2ddb3d68f123d28e (patch)
treed35598812d68d75aa83fcc1d2c22637cae2558e8 /libc/string/Makefile
parentf1daf535ed9fa4313524a73646df140bdd35ce93 (diff)
Cleanup the mess, remove now obsolete files
-Erik
Diffstat (limited to 'libc/string/Makefile')
-rw-r--r--libc/string/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile
index 2b8f39fac..2cd133472 100644
--- a/libc/string/Makefile
+++ b/libc/string/Makefile
@@ -38,17 +38,9 @@ MOBJW2= wcscasecmp.o wcscat.o wcschrnul.o wcschr.o wcscmp.o wcscpy.o wcscspn.o \
wcsnlen.o wcspbrk.o wcsrchr.o wcsspn.o wcsstr.o wcstok.o wmemchr.o \
wmemcmp.o wmemcpy.o wmemmove.o wmempcpy.o wmemset.o
-# ifeq ($(HAS_LOCALE),true)
-# MOBJ += strcoll.o
-# endif
-
MSRC1=strsignal.c
MOBJ1=strsignal.o psignal.o
-MOBJ2=
-#MSRC2=strstr.c
-#MOBJ2=strstr.o strcasestr.o
-
# CSRC=strpbrk.c strsep.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 dirname.c basename.c