summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/Makefile b/libm/Makefile
index 17f0d6f9a..bc5d857c4 100644
--- a/libm/Makefile
+++ b/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; \