VMS: make sure there's a file extension when creating files
authorRichard Levitte <levitte@openssl.org>
Wed, 6 Jul 2016 00:08:53 +0000 (02:08 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 6 Jul 2016 00:08:53 +0000 (02:08 +0200)
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 <tjh@openssl.org>
Configurations/descrip.mms.tmpl

index 225f385f911e46cee7156bcdd072bb910edcde48..5d98ee779b9d61a56cabf63ec47f6e968a5a4fa2 100644 (file)
@@ -681,7 +681,7 @@ EOF
                                     @{$args{objs}}));
       return <<"EOF";
 $lib.OLB : $objs
                                     @{$args{objs}}));
       return <<"EOF";
 $lib.OLB : $objs
-        LIBRARY/CREATE/OBJECT $lib
+        LIBRARY/CREATE/OBJECT $lib.OLB
         $fill_lib
         - PURGE $lib.OLB
 EOF
         $fill_lib
         - PURGE $lib.OLB
 EOF