Quellcode durchsuchen

You fool foolish. Goodbye level 2.

Eric Andersen vor 22 Jahren
Ursprung
Commit
c3e08b51cb
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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)