Avoid redirection to quoted filename
authorTanzinul Islam <tanzinul.islam@gmail.com>
Thu, 19 Nov 2020 23:25:22 +0000 (23:25 +0000)
committerDmitry Belyavskiy <beldmit@gmail.com>
Mon, 19 Apr 2021 09:05:54 +0000 (11:05 +0200)
commita8368d573e5b4553e7344dd37239da6d72480832
treedf61fb0323e78e749ebc805a29f6a5d26b96daa2
parenta75a87561b491fc9b96b15153eba1f5e142280c5
Avoid redirection to quoted filename

C++Builder's `make.exe` cannot handle a command output redirection to a
quoted filename, saying: "The system cannot find the file specified."

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13540)
Configurations/windows-makefile.tmpl