VMS build: colon after target must be separated with a space
authorRichard Levitte <levitte@openssl.org>
Fri, 9 Nov 2018 11:23:53 +0000 (12:23 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 9 Nov 2018 11:31:11 +0000 (12:31 +0100)
... otherwise, it's taken to be part of a device name.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7602)

(cherry picked from commit e9994901f835420764d020968d4588fc09ec74c3)

Configurations/descrip.mms.tmpl

index 552decf82512f0a92dfe70a3bfd27d4a31623a30..739928808ba9a376094b5abed4d6bad42990d305 100644 (file)
@@ -414,7 +414,7 @@ install_engines : check_INSTALLTOP install_runtime_libs build_engines
                 @{$unified_info{install}->{engines}}) -}
         @ {- output_on() unless scalar @{$unified_info{engines}}; "" -} !
 
-install_runtime: install_programs
+install_runtime : install_programs
 
 install_runtime_libs : check_INSTALLTOP build_libs
         @ {- output_off() if $disabled{shared}; "" -} !