From: Richard Levitte Date: Thu, 19 Dec 2002 17:42:23 +0000 (+0000) Subject: It was pointed out to me that .pc files are normally stored in X-Git-Tag: OpenSSL_0_9_7a~86^2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e7a8b68d28b208b2cbbd13991a2577f05b1f67a;p=thirdparty%2Fopenssl.git It was pointed out to me that .pc files are normally stored in ${prefix}/lib/pkgconfig, not ${prefix}/lib/pkginfo. --- diff --git a/Makefile.org b/Makefile.org index 1c7b5c5325f..4337202c945 100644 --- a/Makefile.org +++ b/Makefile.org @@ -529,7 +529,7 @@ install: all install_docs cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \ $(NEWMAKE) -f $$here/Makefile HERE="$$here" link-shared ); \ fi - cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkginfo + cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig install_docs: @$(PERL) $(TOP)/util/mkdir-p.pl \