소스 검색

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)