From: Richard Levitte Date: Tue, 19 Jul 2016 11:24:26 +0000 (+0200) Subject: VMS: fix typo, shared libraries have the extension .EXE, not .OLB X-Git-Tag: OpenSSL_1_1_0-pre6~133 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=1bcb2b3130a059e6469100592847694452131541 VMS: fix typo, shared libraries have the extension .EXE, not .OLB Reviewed-by: Rich Salz --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index 706b4f421f..e256ef135f 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -386,7 +386,7 @@ install_dev : check_INSTALLTOP @{$unified_info{install}->{libraries}}) -} @ {- output_off() if $disabled{shared}; "" -} ! {- join("\n ", - map { "COPY/PROT=W:R $_.OLB ossl_installroot:[LIB.'arch']" } + map { "COPY/PROT=W:R $_.EXE ossl_installroot:[LIB.'arch']" } @install_shlibs) -} @ {- output_on() if $disabled{shared}; "" -} !