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:
7e42945
)
PR: 1686
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 10 Nov 2009 01:53:02 +0000
(
01:53
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 10 Nov 2009 01:53:02 +0000
(
01:53
+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 29e2ac49d07e4ef062a7f7a96d5e2e23b950a856..7f13cd97491fe4855b6ec310a5a9445f05a73535 100644
(file)
--- 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 \