summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/locale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/locale/Makefile b/extra/locale/Makefile
index 8fe252875..1fc336d4b 100644
--- a/extra/locale/Makefile
+++ b/extra/locale/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)Rules.mak
CFLAGS_wc8bit=-DCTYPE_PACKED=1
CFLAGS_mmap=
-ifeq ($(strip $(UCLIBC_HAS_WCHAR)),y)
+ifeq ($(UCLIBC_HAS_WCHAR),y)
CFLAGS_wc8bit += -DDO_WIDE_CHAR=1
CFLAGS_mmap += -D__WCHAR_ENABLED=1
endif