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:
5f82574
)
Rework build: Windows dependency building fix
author
Richard Levitte
<levitte@openssl.org>
Tue, 22 Jan 2019 11:17:36 +0000
(12:17 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 22 Jan 2019 14:51:32 +0000
(15:51 +0100)
One variable misssing
Fixes #8060
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8061)
Configurations/windows-makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/windows-makefile.tmpl
b/Configurations/windows-makefile.tmpl
index 872ef4b4efc8faf7e670187c6d8f7f5914bbb44c..0cd1e863d3acd484e582838f362461f5e5e335af 100644
(file)
--- a/
Configurations/windows-makefile.tmpl
+++ b/
Configurations/windows-makefile.tmpl
@@
-613,6
+613,7
@@
$res: $deps
EOF
}
my $obj = platform->obj($args{obj});
+ my $dep = platform->dep($args{obj});
if ($srcs[0] =~ /\.asm$/) {
return <<"EOF";
$obj: $deps