From: Tanzinul Islam Date: Thu, 19 Nov 2020 23:25:22 +0000 (+0000) Subject: Avoid redirection to quoted filename X-Git-Tag: openssl-3.0.0-alpha15~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8368d573e5b4553e7344dd37239da6d72480832;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/13540) --- diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index feb9bb1a11c..d9cc0e53e32 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -955,7 +955,7 @@ EOF return <<"EOF"; $script: $sources "\$(PERL)" "-I\$(BLDDIR)" -Mconfigdata "$dofile" \\ - "-o$target{build_file}" $sources > "$script" + "-o$target{build_file}" $sources > \$@ EOF } sub generatedir {