Unix build: for mingw and cygwin, create the right location for DLLs
authorRichard Levitte <levitte@openssl.org>
Mon, 19 Nov 2018 09:21:49 +0000 (10:21 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 19 Nov 2018 09:56:38 +0000 (10:56 +0100)
commit610ea181a85ffafdbebe5a123817becbbfdae30f
treee235fc1a711cb31d959aa1b7e5ddf1dd86bc356f
parent7a6d71c5275eef2206c7e946fb936152c83c8d29
Unix build: for mingw and cygwin, create the right location for DLLs

Mingw and Cygwin builds install the DLLs in the application directory,
not the library directory, so ensure that one is created for them when
installing the DLLs.

Fixes #7653

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7654)

(cherry picked from commit 9694ebf753e571a55935a63b4df8016e7bd3248d)
Configurations/unix-Makefile.tmpl