From 34067b3b462bb2bbb680575e8b73d7c51e77f56a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 31 Jul 2002 08:23:03 +0000 Subject: Sigh. A bit more cleanup. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba4d1f763..84134b343 100644 --- a/Makefile +++ b/Makefile @@ -287,9 +287,11 @@ install_toolchain: install -d $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/bin $(MAKE) -C extra/gcc-uClibc install -utils: $(TOPDIR)ldso/util/ldd ifeq ($(strip $(HAVE_SHARED)),true) +utils: $(TOPDIR)ldso/util/ldd $(MAKE) -C ldso utils +else +utils: dummy endif install_utils: utils -- cgit v1.2.3