[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Thu Mar 15 21:21:21 UTC 2018
The branch master has been updated
via ad3350a90b81275ed2357cad0b9d435d6077bf9d (commit)
from 6decf9436f77ff65ed8ed773268663a9273cfbc8 (commit)
- Log -----------------------------------------------------------------
commit ad3350a90b81275ed2357cad0b9d435d6077bf9d
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Mar 15 21:37:32 2018 +0100
Windows makefile: don't use different looking variants of same cmd
Reviewed-by: Andy Polyakov <appro at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5635)
-----------------------------------------------------------------------
Summary of changes:
Configurations/windows-makefile.tmpl | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl
index 8e7d18c..dde22fb 100644
--- a/Configurations/windows-makefile.tmpl
+++ b/Configurations/windows-makefile.tmpl
@@ -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
More information about the openssl-commits
mailing list