summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-13 10:16:37 +0000
committerRichard Levitte <levitte@openssl.org>2002-02-13 10:16:37 +0000
commit7241ae1a0aacf861356be88a5a56f7279b8bc028 (patch)
treee3f19c9c0a5bb73068c0095437008018430983b8 /Makefile.org
parent5f58d6a5e0e742329a2fa966ddae2e6edfa9db06 (diff)
Move teh silencer to the right place.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
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 ); \