diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-09 11:39:54 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-09 11:39:54 +0000 |
commit | 667a624ccd69cd9491ff1eb6df8bf03135d84c24 (patch) | |
tree | fe95d0a94f8b334554ee30e181c39dd2988b4be5 /libm | |
parent | cbc7417d3227f68e50828dca9daa37ef34f1457b (diff) |
Don't show shell fragments
Diffstat (limited to 'libm')
-rw-r--r-- | libm/Makefile | 2 |
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; \ |