Move teh silencer to the right place.
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Feb 2002 10:16:37 +0000 (10:16 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Feb 2002 10:16:37 +0000 (10:16 +0000)
Makefile.org

index 1b2e9e90f8d8f0edf7bd551a3403c056d94843a8..669361f88e83a181f5a69e10a524fa09de39fc7f 100644 (file)
@@ -243,9 +243,9 @@ clean-shared:
        done
 
 link-shared:
        done
 
 link-shared:
-       if [ -n "$(SHARED_LIBS_LINK_EXTS)" ]; then \
+       @if [ -n "$(SHARED_LIBS_LINK_EXTS)" ]; then \
                tmp="$(SHARED_LIBS_LINK_EXTS)"; \
                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 ); \
                        prev=lib$$i$(SHLIB_EXT); \
                        for j in $${tmp:-x}; do \
                                ( set -x; ln -f -s $$prev lib$$i$$j ); \