projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
709a395
)
PR: 1686
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 10 Nov 2009 01:52:41 +0000
(
01:52
+0000)
committer
Dr. 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
patch
|
blob
|
history
diff --git
a/engines/Makefile
b/engines/Makefile
index 82ecace5fe4639842794023db9d08a816ae18baf..846fbdb31e359344917f8d803f0eb0931fb64bb3 100644
(file)
--- 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; \