Explorar el Código

You fool foolish. Goodbye level 2.

Eric Andersen hace 22 años
padre
commit
c3e08b51cb
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Makefile

+ 2 - 0
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)