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:30:11 +0000 (12:30 +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 6e393e3e5b172908d6f4999fdd7b39f49cc06bea..40876bdf88aa2b273ecaec89c0f7c775e61b16b5 100644 (file)
@@ -565,7 +565,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}; "" -} !