From 7241ae1a0aacf861356be88a5a56f7279b8bc028 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 13 Feb 2002 10:16:37 +0000 Subject: [PATCH] Move teh silencer to the right place. --- Makefile.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.org b/Makefile.org index 1b2e9e90f8..669361f88e 100644 --- a/Makefile.org +++ b/Makefile.org @@ -243,9 +243,9 @@ clean-shared: done link-shared: - if [ -n "$(SHARED_LIBS_LINK_EXTS)" ]; then \ + @if [ -n "$(SHARED_LIBS_LINK_EXTS)" ]; then \ tmp="$(SHARED_LIBS_LINK_EXTS)"; \ - @for i in $(SHLIBDIRS); do \ + for i in $(SHLIBDIRS); do \ prev=lib$$i$(SHLIB_EXT); \ for j in $${tmp:-x}; do \ ( set -x; ln -f -s $$prev lib$$i$$j ); \ -- 2.25.1