mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-14 10:29:42 +00:00
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:
parent
6decf9436f
commit
ad3350a90b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user