mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 19:13:48 +08:00
PR: 1686
Submitted by: Hanno Böck <hanno@hboeck.de> Approved by: steve@openssl.org Create engines dir if it doesn't already exist.
This commit is contained in:
parent
709a395d1c
commit
0f6e21385e
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user