From: Richard Levitte Date: Fri, 4 Mar 2016 04:43:15 +0000 (+0100) Subject: Correction, $disabled{shared} rather than $config{no_shared} X-Git-Tag: OpenSSL_1_1_0-pre4~373 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=c8cca980dc9a3d38eed6356219b84fcb5e257e0a Correction, $disabled{shared} rather than $config{no_shared} Reviewed-by: Rich Salz --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index a9f0ae1e5a..50dafd284a 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -389,7 +389,7 @@ uninstall_dev: $(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/$$fn2; \ : {- output_on() unless windowsdll(); "" -}; \ done - @ : {- output_on() if $config{no_shared}; "" -} + @ : {- output_on() if $disabled{shared}; "" -} $(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/libcrypto.pc $(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/libssl.pc $(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/openssl.pc