summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 500638256..ba4d1f763 100644
--- a/Makefile
+++ b/Makefile
@@ -288,7 +288,9 @@ install_toolchain:
$(MAKE) -C extra/gcc-uClibc install
utils: $(TOPDIR)ldso/util/ldd
+ifeq ($(strip $(HAVE_SHARED)),true)
$(MAKE) -C ldso utils
+endif
install_utils: utils
ifeq ($(strip $(HAVE_SHARED)),true)