Commit cb2a6eb7 authored by Richard Levitte's avatar Richard Levitte
Browse files

Typo fix in Configurations/descrip.mms.tmpl



... on the theme "I could have sworn I saved that fix!"

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3285)
parent e8d54212
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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});