Windows: avoid using 'rem' in the nmake makefile
authorRichard Levitte <levitte@openssl.org>
Wed, 11 Jul 2018 09:05:15 +0000 (11:05 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Jul 2018 12:49:02 +0000 (14:49 +0200)
commit1b6a0a261e22eb5a574bdb75da208817ffa2fbba
tree06e290a16f7f44856d47a8692c82b5c1d098bdd6
parent9abce88b4b0055d6238a838aa00360152e185f02
Windows: avoid using 'rem' in the nmake makefile

To avoid the possibility that someone creates rem.exe, rem.bat or
rem.cmd, simply don't use it.  In the cases it was used, it was to
avoid empty lines, but it turns out that nmake handles those fine, so
no harm done.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/6686)
Configurations/windows-makefile.tmpl