summaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-11-10 01:52:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-11-10 01:52:52 +0000
commitb2ac5cb2d02efe1d12d3da54a9b599aa2ec49698 (patch)
tree8a90a4886321faf32d3c9479880cb66fc9f3127f /engines
parent6757ef89b33231c83faea107c0e2e3ff857d1ca2 (diff)
downloadopenssl-new-b2ac5cb2d02efe1d12d3da54a9b599aa2ec49698.tar.gz
PR: 1686
Submitted by: Hanno Böck <hanno@hboeck.de> Approved by: steve@openssl.org Create engines dir if it doesn't already exist.
Diffstat (limited to 'engines')
-rw-r--r--engines/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/Makefile b/engines/Makefile
index 82ecace5fe..846fbdb31e 100644
--- a/engines/Makefile
+++ b/engines/Makefile
@@ -107,6 +107,7 @@ install:
@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
@if [ -n "$(SHARED_LIBS)" ]; then \
set -e; \
+ $(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines; \
for l in $(LIBNAMES); do \
( echo installing $$l; \
pfx=lib; \