From: Dr. Stephen Henson Date: Tue, 10 Nov 2009 01:53:02 +0000 (+0000) Subject: PR: 1686 X-Git-Tag: OpenSSL_0_9_8m-beta1~57 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=89a6daac00bc11654a6c919653dccf6cc728d8f2;p=oweals%2Fopenssl.git PR: 1686 Submitted by: Hanno Böck Approved by: steve@openssl.org Create engines dir if it doesn't already exist. --- 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 \