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:
6b99e87
)
Add missing semi
author
Richard Levitte
<levitte@openssl.org>
Wed, 9 Mar 2016 07:32:20 +0000
(08:32 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 9 Mar 2016 07:58:43 +0000
(08:58 +0100)
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Configurations/descrip.mms.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/descrip.mms.tmpl
b/Configurations/descrip.mms.tmpl
index 7334f6940f46f9e98bc6e30e67a6217f5aeb76c4..84213cc33f3df94f1249bba63cc53f61bd666d5e 100644
(file)
--- a/
Configurations/descrip.mms.tmpl
+++ b/
Configurations/descrip.mms.tmpl
@@
-453,7
+453,7
@@
EOF
my $before = $unified_info{before}->{$obj.".OBJ"} || "\@ !";
my $after = $unified_info{after}->{$obj.".OBJ"} || "\@ !";
my $depbuild = $disabled{makedepend} ? ""
- : " /MMS=(FILE=${objd}${objn}.tmp-MMS,TARGET=$obj.OBJ)"
+ : " /MMS=(FILE=${objd}${objn}.tmp-MMS,TARGET=$obj.OBJ)"
;
return <<"EOF";
$obj.OBJ : $deps