The branch master has been updated
via 13234dd310511ed2ae1832bb643dd298ddfefb0b (commit)
from 5f8257494c72ba4ea2a99d693916798517a610e1 (commit)
- Log -----------------------------------------------------------------
commit 13234dd310511ed2ae1832bb643dd298ddfefb0b
Author: Richard Levitte <[email protected]>
Date: Tue Jan 22 12:17:36 2019 +0100
Rework build: Windows dependency building fix
One variable misssing
Fixes #8060
Reviewed-by: Matt Caswell <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/8061)
-----------------------------------------------------------------------
Summary of changes:
Configurations/windows-makefile.tmpl | 1 +
1 file changed, 1 insertion(+)
diff --git a/Configurations/windows-makefile.tmpl
b/Configurations/windows-makefile.tmpl
index 872ef4b..0cd1e86 100644
--- 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
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits