summaryrefslogtreecommitdiff
path: root/libc/string/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-30 20:38:08 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-30 20:38:08 +0000
commit73372af094d8631c004ef9c6804364308c7d6093 (patch)
treeda145b90b9296884734c15e5a86048313595f84a /libc/string/Makefile.in
parent60cb5307b9ae5614f0cbb280e19727e0c719a974 (diff)
- cannot really guarantee proper order, so play safe and compile the problematic
sources separately for now.
Diffstat (limited to 'libc/string/Makefile.in')
-rw-r--r--libc/string/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/Makefile.in b/libc/string/Makefile.in
index 376316b7e..8931cc81a 100644
--- a/libc/string/Makefile.in
+++ b/libc/string/Makefile.in
@@ -106,6 +106,7 @@ STRING_COBJ := $(patsubst $(STRING_DIR)/%.c,$(STRING_OUT)/%.o,$(STRING_CSRC))
libc-y += $(STRING_COBJ)
libc-nomulti-$(UCLIBC_HAS_XLOCALE) += $(STRING_OUT)/wcsxfrm_l.o
+libc-nomulti-y += $(STRING_OUT)/__xpg_strerror_r.o
objclean-y += string_objclean