PR: 1686
authorDr. Stephen Henson <steve@openssl.org>
Tue, 10 Nov 2009 01:52:41 +0000 (01:52 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 10 Nov 2009 01:52:41 +0000 (01:52 +0000)
Submitted by: Hanno BÃ\83¶ck <hanno@hboeck.de>
Approved by: steve@openssl.org

Create engines dir if it doesn't already exist.

engines/Makefile

index 82ecace5fe4639842794023db9d08a816ae18baf..846fbdb31e359344917f8d803f0eb0931fb64bb3 100644 (file)
@@ -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; \