summaryrefslogtreecommitdiff
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-10-31 10:48:48 +0000
committerRichard Levitte <levitte@openssl.org>2003-10-31 10:48:48 +0000
commit933398f1102ba99d64f901987c5e8fe340a2c331 (patch)
tree8af33130b676d81f52cc41ab6a9f0daeb3b9ad78 /Makefile.org
parentcfd06a6223ca11244cff17b9b1bdd094b8b2d6db (diff)
downloadopenssl-new-933398f1102ba99d64f901987c5e8fe340a2c331.tar.gz
Engines are usually binary, and should therefore be in INSTALLTOP
rather than OPENSSLDIR.
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 eb731bef96..ab3a96adae 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -495,7 +495,7 @@ install: all install_docs
$(INSTALL_PREFIX)$(INSTALLTOP)/lib \
$(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig \
$(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \
- $(INSTALL_PREFIX)$(OPENSSLDIR)/engines \
+ $(INSTALL_PREFIX)$(INSTALLTOP)/engines \
$(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
$(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
$(INSTALL_PREFIX)$(OPENSSLDIR)/private \