From 6e72ced7e75c9977390ce89c5edc07efde05fa7c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 25 May 2001 23:23:02 +0000 Subject: Add in some more GNU compatible locale stuff. I only implement the C locale of course. util-linux needs this stuff to compile... --- libc/misc/locale/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/misc/locale/Makefile') diff --git a/libc/misc/locale/Makefile b/libc/misc/locale/Makefile index e90ada064..4f287f02c 100644 --- a/libc/misc/locale/Makefile +++ b/libc/misc/locale/Makefile @@ -24,6 +24,9 @@ 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