diff options
author | Richard Levitte <levitte@openssl.org> | 2002-02-13 11:16:37 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-02-13 11:16:37 +0100 |
commit | 7241ae1a0aacf861356be88a5a56f7279b8bc028 (patch) | |
tree | e3f19c9c0a5bb73068c0095437008018430983b8 /Makefile.org | |
parent | Make link-shard a little bit more efficient. If there are no (diff) | |
download | openssl-7241ae1a0aacf861356be88a5a56f7279b8bc028.tar.xz openssl-7241ae1a0aacf861356be88a5a56f7279b8bc028.zip |
Move teh silencer to the right place.
Diffstat (limited to 'Makefile.org')
-rw-r--r-- | Makefile.org | 4 |
1 files 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 ); \ |