Bladeren bron

Don't show shell fragments

Eric Andersen 22 jaren geleden
bovenliggende
commit
667a624ccd
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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; \