Commit c8cca980 authored by Richard Levitte's avatar Richard Levitte
Browse files

Correction, $disabled{shared} rather than $config{no_shared}



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 25004db7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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