summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-19 17:42:25 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-19 17:42:25 +0000
commit4b703674300a8f0cd4d0c18aba3234786dd492e1 (patch)
tree88710044f950e9f028eca6324c2e5a73a95e9705 /Makefile.org
parentce9cbfc815c86c6318ab47ec616b5b6424f2c407 (diff)
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 cd66a01249..dbb228a855 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -765,7 +765,7 @@ install: all install_docs
set $(MAKE); \
$$1 -f $$here/Makefile 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 \