summaryrefslogtreecommitdiff
path: root/libc/misc/locale/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-01 17:40:43 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-01 17:40:43 +0000
commit0bee90dec074aad6dc6f42c71b0b78986fdb03ab (patch)
treecd903b28cacab46bb385b3b3c2a95ad84443167e /libc/misc/locale/Makefile
parentaafa530c0d0c71459053b0be4abb093282278c3d (diff)
Put the locale stuff back how it was till we can get a proper implementation
that doesn't suck so badly. -Erik
Diffstat (limited to 'libc/misc/locale/Makefile')
-rw-r--r--libc/misc/locale/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/misc/locale/Makefile b/libc/misc/locale/Makefile
index 4f287f02c..e90ada064 100644
--- a/libc/misc/locale/Makefile
+++ b/libc/misc/locale/Makefile
@@ -24,9 +24,6 @@ TOPDIR=../../../
include $(TOPDIR)Rules.mak
CSRC=locale.c localeconv.c
-ifeq ($(strip $(HAS_LOCALE)),true)
- CSRC+=nl_langinfo.c C-collate.c C-ctype.c C-messages.c C-monetary.c C-numeric.c C-time.c C_name.c
-endif
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(COBJS)