From 667a624ccd69cd9491ff1eb6df8bf03135d84c24 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 9 Jan 2002 11:39:54 +0000 Subject: Don't show shell fragments --- libm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- cgit v1.2.3