Forráskód Böngészése

You fool foolish. Goodbye level 2.

Eric Andersen 22 éve
szülő
commit
c3e08b51cb
1 módosított fájl, 2 hozzáadás és 0 törlés
  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)