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:55:18 +0000 (14:55 +0200)
commit5c06c7d748161697642bd4d1369acad4297abb3c
treed5648da4f21278852be3f89ed4b5debd980393fd
parent566e333e52998e478ac6928c5d06bd89f4b37aba
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)

(cherry picked from commit 1b6a0a261e22eb5a574bdb75da208817ffa2fbba)
Configurations/windows-makefile.tmpl