From 8e7a8b68d28b208b2cbbd13991a2577f05b1f67a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 19 Dec 2002 17:42:23 +0000 Subject: [PATCH] It was pointed out to me that .pc files are normally stored in ${prefix}/lib/pkgconfig, not ${prefix}/lib/pkginfo. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.org b/Makefile.org index 1c7b5c5325..4337202c94 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 \ -- 2.34.1