With nmake, invoking $(MAKE) needs /$(MAKEFLAGS)
authorRichard Levitte <levitte@openssl.org>
Wed, 7 Feb 2018 21:40:32 +0000 (22:40 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 8 Feb 2018 04:10:46 +0000 (05:10 +0100)
commit22626b972c024d5ae9922e4a9d710a5f9e51f753
tree431bbd18df00912a5fc71340ba28650a462e8295
parent4af26979480a42e267ff686210bb63b1ebdd0eab
With nmake, invoking $(MAKE) needs /$(MAKEFLAGS)

The slash should be there according to Microsoft documentation,
see https://msdn.microsoft.com/en-us/library/7cafx990.aspx

Fixes #5277

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5278)
Configurations/windows-makefile.tmpl