summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-11-10 01:52:41 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-11-10 01:52:41 +0000
commit0f6e21385e32e21ca43ad787781f6255b28cd7f2 (patch)
tree3bfdb4a9df6d2d9e4bc1ac570882c55daece1591 /engines
parent709a395d1c62ea8c67bab2d96cf874fb42ed45d2 (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 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; \