From 0bee90dec074aad6dc6f42c71b0b78986fdb03ab Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 1 Jun 2001 17:40:43 +0000 Subject: Put the locale stuff back how it was till we can get a proper implementation that doesn't suck so badly. -Erik --- libc/misc/locale/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/misc/locale/Makefile') 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) -- cgit v1.2.3