X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Makefile.shared;h=105398947e0b0ecf207145c26a101cd7d0349d20;hp=40730d839bb52a1b5458258b04de3fcd3179838d;hb=cf9f101995adf9e751ff91f0e60a2e8c3a938f71;hpb=83e0d090b196f70a9f25ff505d5813745585ef85;ds=sidebyside 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)