Commit 41613420 authored by Richard Levitte's avatar Richard Levitte
Browse files

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



Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5635)

(cherry picked from commit ad3350a9)
parent 6403471d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -460,9 +460,7 @@ s/^Note: including file: *//;
END { print '$obj$objext: ',join(" ", sort keys \%collect),"\\n" }
<<
$obj$objext: $obj$depext
	\$(CC) $incs \$(CFLAGS) $ecflags -c \$(COUTFLAG)\$\@ @<<
$srcs
<<
	\$(CC) $incs \$(CFLAGS) $ecflags -c \$(COUTFLAG)\$\@ $srcs
EOF
    return <<"EOF"	if ($disabled{makedepend});
$obj$objext: $deps