Correction, $disabled{shared} rather than $config{no_shared}
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Mar 2016 04:43:15 +0000 (05:43 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 4 Mar 2016 04:43:15 +0000 (05:43 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/unix-Makefile.tmpl

index a9f0ae1e5affee9f8007efe6e19ad8bb2387ebcb..50dafd284a4a2f87dd3d6e466c2b8b67cd8c8bcc 100644 (file)
@@ -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