summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-06-01 03:18:58 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-06-01 03:18:58 +0000
commit9081980565988d351582998148782a8c91a55e93 (patch)
treefa4e3068e81ec6f22d42877968ba7371e5053d33 /Makefile.org
parent393b704d282909dff28bdca80e2d8a1d404086f4 (diff)
This fixes the installation target for dynamic engines, which was trying to
install to a different location than it had created. (BTW, VMS will need a matching fix in eng_list.c.) Note, these aren't ssl-specific, so I'm putting "engines/" into the libs directory rather than at the "--prefix" level or inside "ssl/".
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 d9c07cdc59..b64bf33da1 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -496,9 +496,9 @@ dist_pem_h:
install: all install_docs
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
$(INSTALL_PREFIX)$(INSTALLTOP)/lib \
+ $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines \
$(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig \
$(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \
- $(INSTALL_PREFIX)$(INSTALLTOP)/engines \
$(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
$(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
$(INSTALL_PREFIX)$(OPENSSLDIR)/private