Windows makefile: don't use different looking variants of same cmd
[openssl.git] / Configurations / windows-makefile.tmpl
index 49d603713075734b8dc76b0411f31eb92b296f08..e3e213f610a60ad0d9a4183e9a49f6fd3bc1676d 100644 (file)
@@ -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