소스 검색

Don't show shell fragments

Eric Andersen 24 년 전
부모
커밋
667a624ccd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libm/Makefile

+ 1 - 1
libm/Makefile

@@ -92,7 +92,7 @@ $(LIBM): ar-target
 	fi;
 
 shared: all
-	if [ -f $(LIBM) ] ; then \
+	@if [ -f $(LIBM) ] ; then \
 	    set -x -e; \
 	    $(TARGET_CC) $(TARGET_LDFLAGS) -nostdlib -shared -o $(LIBM_SHARED_FULLNAME) \
 		-Wl,-soname,$(LIBM_SHARED).$(MAJOR_VERSION) -Wl,--whole-archive $(LIBM) -lc; \