From: Richard Levitte Date: Fri, 9 Nov 2018 11:23:53 +0000 (+0100) Subject: VMS build: colon after target must be separated with a space X-Git-Tag: openssl-3.0.0-alpha1~2923 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e9994901f835420764d020968d4588fc09ec74c3;p=oweals%2Fopenssl.git 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 (Merged from https://github.com/openssl/openssl/pull/7602) --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index ae555d595b..71660b363c 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -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}; "" -} !