summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-31 02:45:47 +0000
committerEric Andersen <andersen@codepoet.org>2002-07-31 02:45:47 +0000
commitc3e08b51cba3b2b9b45c9b75f2f42ee115eeb491 (patch)
treefc5165b860de8c7b4e6483eaf1a5e86f20c5cec8 /Makefile
parent2cf23b8b715ff78aba11067c630eca0eba687e80 (diff)
You fool foolish. Goodbye level 2.
Diffstat (limited to 'Makefile')
-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)