From 7d69caa207043d70b587dcb00f1d150c34cf7bcf Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 8 Nov 2003 08:06:38 +0000 Subject: For now, disable the iconv utility --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d49f90549..86402947b 100644 --- a/Makefile +++ b/Makefile @@ -280,11 +280,11 @@ endif install_utils: utils $(MAKE) -C utils install -ifeq ($(strip $(UCLIBC_HAS_LOCALE)),y) - @$(MAKE) -C libc/misc/wchar iconv.target - $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/usr/bin; - $(INSTALL) -m 755 libc/misc/wchar/iconv.target $(PREFIX)$(RUNTIME_PREFIX)/usr/bin/iconv -endif +#ifeq ($(strip $(UCLIBC_HAS_LOCALE)),y) +# @$(MAKE) -C libc/misc/wchar iconv.target +# $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/usr/bin; +# $(INSTALL) -m 755 libc/misc/wchar/iconv.target $(PREFIX)$(RUNTIME_PREFIX)/usr/bin/iconv +#endif finished2: @echo -- cgit v1.2.3