summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-05-30 12:28:56 +0000
committerEric Andersen <andersen@codepoet.org>2002-05-30 12:28:56 +0000
commite0892f680252571830a3a811d2f9805f318c979e (patch)
tree68ebdc9e86a90b6f332de1a686c3ceade5feb75d /Makefile
parentf340581fb845e9d8fe31a4d46733fe86e33944a3 (diff)
Fix dependancy. again.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e1449d3f6..4934ffc6f 100644
--- a/Makefile
+++ b/Makefile
@@ -286,7 +286,7 @@ install_toolchain:
install -d $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/bin
$(MAKE) -C extra/gcc-uClibc install
-util: install_dev
+util:
ifeq ($(strip $(HAVE_SHARED)),true)
@$(MAKE) -C ldso utils
endif