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:
parent
e8d01a6087
commit
e9994901f8
1 changed files with 1 additions and 1 deletions
|
@ -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}; "" -} !
|
||||
|
|
Loading…
Reference in a new issue