summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-07-24 11:48:02 +0200
committerRichard Levitte <levitte@openssl.org>2017-07-24 11:57:44 +0200
commitcf9f101995adf9e751ff91f0e60a2e8c3a938f71 (patch)
tree5a60dd423e1a5a948993da91e074530b35dddd37 /Makefile.shared
parent83e0d090b196f70a9f25ff505d5813745585ef85 (diff)
Makefile.shared: Make link_shlib.linux-shared less verbose again
A previous change inavertently removed a silencing '@' Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4003)
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 40730d839b..105398947e 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -180,7 +180,7 @@ link_app.gnu:
@ $(DO_GNU_APP); $(LINK_APP)
link_shlib.linux-shared:
- $(PERL) $(SRCDIR)/util/mkdef.pl $(LIBNAME) linux >$(LIBNAME).map; \
+ @$(PERL) $(SRCDIR)/util/mkdef.pl $(LIBNAME) linux >$(LIBNAME).map; \
$(DO_GNU_SO); \
ALLSYMSFLAGS='-Wl,--whole-archive,--version-script=$(LIBNAME).map'; \
$(LINK_SO_SHLIB)