Windows makefile: don't use different looking variants of same cmd

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5635)
This commit is contained in:
Richard Levitte 2018-03-15 21:37:32 +01:00
parent 6decf9436f
commit ad3350a90b

View File

@ -603,9 +603,7 @@ $obj$depext: $deps
| "\$(PERL)" "\$(SRCDIR)\\util\\postprocess-makedepend.pl" \\
"VC" "$obj$objext" > $obj$depext
$obj$objext: $obj$depext
\$(CC) $cflags -c \$(COUTFLAG)\$\@ @<<
$srcs
<<
\$(CC) $cflags -c \$(COUTFLAG)\$\@ $srcs
EOF
return <<"EOF" if ($disabled{makedepend});
$obj$objext: $deps