From 3e458f0e82a854c37a4a843f76f6cda083d804df Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 21 Sep 2005 23:40:27 +0000 Subject: utils should be built all the time (iconv), disable building readelf --- Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 85c1f5bf7..8836c9de2 100644 --- a/Makefile +++ b/Makefile @@ -276,21 +276,12 @@ ifeq ($(strip $(HAVE_SHARED)),y) endif .PHONY: utils -ifeq ($(strip $(HAVE_SHARED)),y) utils: $(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils -else -utils: dummy -endif # Installs helper applications, such as 'ldd' and 'ldconfig' install_utils: utils $(MAKE) CROSS="$(CROSS)" CC="$(CC)" -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 finished2: $(SECHO) -- cgit v1.2.3