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 11:08:24 +0000 (13:08 +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)
(cherry picked from commit cb2a6eb76ef7304a1b76ac5e2578cd9d5f59af28)

Configurations/descrip.mms.tmpl

index 0cb34c73a479de312105af52bb0aa690e811f2c9..c4eb0a88aa72307677d80dbf4f47ebca707dcbc0 100644 (file)
@@ -89,7 +89,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});