projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6decf94
)
Windows makefile: don't use different looking variants of same cmd
author
Richard Levitte
<levitte@openssl.org>
Thu, 15 Mar 2018 20:37:32 +0000
(21:37 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 15 Mar 2018 21:21:18 +0000
(22:21 +0100)
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5635)
Configurations/windows-makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/windows-makefile.tmpl
b/Configurations/windows-makefile.tmpl
index 8e7d18c2dd8e11a866a75db2d6b79d263c7a420e..dde22fb2171376b9b95ae5b35a92de835a3e95c3 100644
(file)
--- 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