Fix installation on VC-WIN32 with nmake
authorSimon Richter <Simon.Richter@hogyros.de>
Sun, 16 Jul 2017 20:49:36 +0000 (22:49 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 25 Jul 2017 14:35:57 +0000 (16:35 +0200)
commitf794476093342d021176ddac27270bd43ff2c804
treedaaf1c6a8c46bae946b671a43b0deb6d4e44e9a4
parent5bb84670ff1cf45e5d997eeaf48f34eab721d01f
Fix installation on VC-WIN32 with nmake

Commit b83265697 fixed whitespace handling in the copy script, which
exposes bugs in the install routine for nmake Makefiles.

This corrects the quoting around the copy invocation for the openssl.exe
binary.

CLA: trivial

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3942)
util/mk1mf.pl