VMS build: colon after target must be separated with a space

... 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)
This commit is contained in:
Richard Levitte 2018-11-09 12:23:53 +01:00
parent e8d01a6087
commit e9994901f8

View File

@ -571,7 +571,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}; "" -} !