projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8d5421
)
Typo fix in Configurations/descrip.mms.tmpl
author
Richard Levitte
<levitte@openssl.org>
Mon, 24 Apr 2017 07:31:45 +0000
(09:31 +0200)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/Configurations/descrip.mms.tmpl
b/Configurations/descrip.mms.tmpl
index b6704f816569163fd2fe8be18746d1d3954df12e..cbec11c0a5f39955b3af5301ddda7aa4f9200909 100644
(file)
--- 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});