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