Преглед изворни кода

You fool foolish. Goodbye level 2.

Eric Andersen пре 22 година
родитељ
комит
c3e08b51cb
1 измењених фајлова са 2 додато и 0 уклоњено
  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)