summaryrefslogtreecommitdiff
path: root/libc/string
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-22 22:51:24 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-22 22:51:24 +0000
commit88f5ee46c14360f75f59b6b6f222a92c3f1fa129 (patch)
tree181210dba8bd5146a8b9d6079278a34dcfd4a0c7 /libc/string
parenta7a22ef2e967ea079da4e4d257555ad2d7f20794 (diff)
wcscoll_l.o does not exist
Diffstat (limited to 'libc/string')
-rw-r--r--libc/string/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/Makefile.in b/libc/string/Makefile.in
index 26410d005..376316b7e 100644
--- a/libc/string/Makefile.in
+++ b/libc/string/Makefile.in
@@ -105,7 +105,7 @@ STRING_COBJ := $(patsubst $(STRING_DIR)/%.c,$(STRING_OUT)/%.o,$(STRING_CSRC))
libc-y += $(STRING_COBJ)
-libc-nomulti-$(UCLIBC_HAS_XLOCALE) += $(STRING_OUT)/wcscoll_l.o $(STRING_OUT)/wcsxfrm_l.o
+libc-nomulti-$(UCLIBC_HAS_XLOCALE) += $(STRING_OUT)/wcsxfrm_l.o
objclean-y += string_objclean