Browse Source

Sigh. A bit more cleanup.

Eric Andersen 23 years ago
parent
commit
34067b3b46
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Makefile

+ 3 - 1
Makefile

@@ -287,9 +287,11 @@ install_toolchain:
 	install -d $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/bin
 	$(MAKE) -C extra/gcc-uClibc install
 
-utils: $(TOPDIR)ldso/util/ldd
 ifeq ($(strip $(HAVE_SHARED)),true)
+utils: $(TOPDIR)ldso/util/ldd
 	$(MAKE) -C ldso utils
+else
+utils: dummy
 endif
 
 install_utils: utils