OSDN Git Service

Fix dependancy. again.
authorEric Andersen <andersen@codepoet.org>
Thu, 30 May 2002 12:28:56 +0000 (12:28 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 30 May 2002 12:28:56 +0000 (12:28 -0000)
Makefile

index e1449d3..4934ffc 100644 (file)
--- 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