Typo fix in Configurations/descrip.mms.tmpl
authorRichard Levitte <levitte@openssl.org>
Mon, 24 Apr 2017 07:31:45 +0000 (09:31 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 24 Apr 2017 07:31:45 +0000 (09:31 +0200)
... on the theme "I could have sworn I saved that fix!"

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3285)

Configurations/descrip.mms.tmpl

index b6704f816569163fd2fe8be18746d1d3954df12e..cbec11c0a5f39955b3af5301ddda7aa4f9200909 100644 (file)
@@ -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});