diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-05-30 12:28:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-05-30 12:28:56 +0000 |
commit | e0892f680252571830a3a811d2f9805f318c979e (patch) | |
tree | 68ebdc9e86a90b6f332de1a686c3ceade5feb75d | |
parent | f340581fb845e9d8fe31a4d46733fe86e33944a3 (diff) |
Fix dependancy. again.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |