summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-11-10 01:53:02 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-11-10 01:53:02 +0000
commit89a6daac00bc11654a6c919653dccf6cc728d8f2 (patch)
tree0c49c21d10293404efd19304b72e4e2391e92eec /engines
parent7e42945918dc45c3538cea020ef0937543f8636c (diff)
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 29e2ac49d0..7f13cd9749 100644
--- a/engines/Makefile
+++ b/engines/Makefile
@@ -92,6 +92,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; \
if [ "$(PLATFORM)" != "Cygwin" ]; then \