diff options
Diffstat (limited to 'libc/misc/locale')
-rw-r--r-- | libc/misc/locale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/misc/locale/Makefile b/libc/misc/locale/Makefile index 881b0c0e5..29c8cd5a0 100644 --- a/libc/misc/locale/Makefile +++ b/libc/misc/locale/Makefile @@ -29,7 +29,7 @@ MOBJ= setlocale.o localeconv.o _locale_init.o nl_langinfo.o OBJS= $(MOBJ) -ifeq ($(HAS_LOCALE),true) +ifeq ($(UCLIBC_HAS_LOCALE),y) OBJS += locale_data.o endif @@ -47,7 +47,7 @@ $(MOBJ): $(MSRC) $(OBJS): Makefile data: -ifeq ($(HAS_LOCALE),true) +ifeq ($(UCLIBC_HAS_LOCALE),y) make -C $(TOPDIR)/extra/locale endif |