From: Richard Levitte Date: Mon, 24 Apr 2017 07:31:45 +0000 (+0200) Subject: Typo fix in Configurations/descrip.mms.tmpl X-Git-Tag: OpenSSL_1_1_1-pre1~1716 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cb2a6eb76ef7304a1b76ac5e2578cd9d5f59af28;p=oweals%2Fopenssl.git Typo fix in Configurations/descrip.mms.tmpl ... on the theme "I could have sworn I saved that fix!" Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/3285) --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index b6704f8165..cbec11c0a5 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -81,7 +81,7 @@ sub dependmagic { my $target = shift; - return "$target : build_generated\n\t\pipe $(MMS) depend && \$(MMS) _$target\n_$target"; + return "$target : build_generated\n\t\pipe \$(MMS) depend && \$(MMS) _$target\n_$target"; } #use Data::Dumper; #print STDERR "DEBUG: before:\n", Dumper($unified_info{before});