From: Richard Levitte Date: Sat, 19 Mar 2016 10:25:10 +0000 (+0100) Subject: Add a few more quotes for Windows (install_ssldirs) X-Git-Tag: OpenSSL_1_1_0-pre5~299 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=50bf25d2230dd0220c399a763cd26c5d7034b699;p=oweals%2Fopenssl.git Add a few more quotes for Windows (install_ssldirs) Reviewed-by: Rich Salz --- diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index f40404c021..aea269320f 100644 --- 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 )