From 89a6daac00bc11654a6c919653dccf6cc728d8f2 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 10 Nov 2009 01:53:02 +0000 Subject: [PATCH] =?utf8?q?PR:=201686=20Submitted=20by:=20Hanno=20B=C3=83?= =?utf8?q?=C2=83=C3=82=C2=B6ck=20=20Approved=20by:=20stev?= =?utf8?q?e@openssl.org?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Create engines dir if it doesn't already exist. --- engines/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.25.1