From e45c78fc98aca728f73d7d1b4b85611efdd6b1d6 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 6 Jul 2016 02:08:53 +0200 Subject: 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 --- Configurations/descrip.mms.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configurations/descrip.mms.tmpl') 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 -- cgit v1.2.3