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:
41850f6
)
Add a few more quotes for Windows (install_ssldirs)
author
Richard Levitte
<levitte@openssl.org>
Sat, 19 Mar 2016 10:25:10 +0000
(11:25 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 19 Mar 2016 10:25:10 +0000
(11:25 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/windows-makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/windows-makefile.tmpl
b/Configurations/windows-makefile.tmpl
index f40404c0214f9017bbace03e058fb88a98c8ab47..aea269320f92ae2ddd9b9fae5359a4294bfea812 100644
(file)
--- a/
Configurations/windows-makefile.tmpl
+++ b/
Configurations/windows-makefile.tmpl
@@
-176,8
+176,8
@@
install_docs:
uninstall_docs:
install_ssldirs:
- @$(PERL) $(SRCDIR)\util\mkdir-p.pl
$(DESTDIR)$(OPENSSLDIR)\certs
- @$(PERL) $(SRCDIR)\util\mkdir-p.pl
$(DESTDIR)$(OPENSSLDIR)\private
+ @$(PERL) $(SRCDIR)\util\mkdir-p.pl
"$(DESTDIR)$(OPENSSLDIR)\certs"
+ @$(PERL) $(SRCDIR)\util\mkdir-p.pl
"$(DESTDIR)$(OPENSSLDIR)\private"
install_dev:
@if "$(INSTALLTOP)"=="" ( echo INSTALLTOP should not be empty & exit 1 )