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:26:48 +0000 (10:26 +0100)
commit9694ebf753e571a55935a63b4df8016e7bd3248d
treef66b14b4159eed4e4dd0dd754828748f55526ed2
parent6dfcea3dfb167ccf37907601a3be6dc50f9c213b
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)
Configurations/unix-Makefile.tmpl