Avoid empty lines in nmake rule bodies
authorRichard Levitte <levitte@openssl.org>
Mon, 12 Jul 2021 05:29:02 +0000 (07:29 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 13 Jul 2021 08:08:33 +0000 (10:08 +0200)
commit53111a88ce5081f44a1775ddb11765491f115f50
tree90f7eca68ddb1f5fc29828151b432a0fece6aed4
parentdb226bf20f350ea62d3c649a4707fcdd78bbaea9
Avoid empty lines in nmake rule bodies

nmake is tolerant of those empty lines, but jom isn't.  That tolerance
isn't standard make behaviour, so we lean towards avoiding them.

We simply use '@rem' instead.

Fixes #16014

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16048)
Configurations/windows-makefile.tmpl