aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-19 17:42:23 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-19 17:42:23 +0000
commit8e7a8b68d28b208b2cbbd13991a2577f05b1f67a (patch)
treead6686b9b44c82cde4a655350d13547306c757ba /Makefile.org
parent4d625031a551a49da4f86d93a7bd5178a3ba7083 (diff)
downloadopenssl-8e7a8b68d28b208b2cbbd13991a2577f05b1f67a.tar.gz
It was pointed out to me that .pc files are normally stored in
${prefix}/lib/pkgconfig, not ${prefix}/lib/pkginfo.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
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 \