From 0f6e21385e32e21ca43ad787781f6255b28cd7f2 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 10 Nov 2009 01:52:41 +0000 Subject: =?UTF-8?q?PR:=201686=20Submitted=20by:=20Hanno=20B=C3=83=C2=83?= =?UTF-8?q?=C3=82=C2=B6ck=20=20Approved=20by:=20steve@ope?= =?UTF-8?q?nssl.org?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create engines dir if it doesn't already exist. --- engines/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') 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; \ -- cgit v1.2.3