From: Richard Levitte Date: Wed, 6 Jul 2016 00:08:53 +0000 (+0200) Subject: VMS: make sure there's a file extension when creating files X-Git-Tag: OpenSSL_1_1_0-pre6~266 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e45c78fc98aca728f73d7d1b4b85611efdd6b1d6;p=oweals%2Fopenssl.git VMS: make sure there's a file extension when creating files When creating the library $lib.olb, make sure the extension is there. Otherwise, a logical name with the same name as the file in question will redirect the creation elsewhere. Reviewed-by: Tim Hudson --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index 225f385f91..5d98ee779b 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -681,7 +681,7 @@ EOF @{$args{objs}})); return <<"EOF"; $lib.OLB : $objs - LIBRARY/CREATE/OBJECT $lib + LIBRARY/CREATE/OBJECT $lib.OLB $fill_lib - PURGE $lib.OLB EOF