aboutsummaryrefslogtreecommitdiff
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-01-22 12:17:36 +0100
committerRichard Levitte <levitte@openssl.org>2019-01-22 15:51:32 +0100
commit13234dd310511ed2ae1832bb643dd298ddfefb0b (patch)
treeeb0428c08a0800fefa56cf557a180919bead7cea /Configurations
parent5f8257494c72ba4ea2a99d693916798517a610e1 (diff)
downloadopenssl-13234dd310511ed2ae1832bb643dd298ddfefb0b.zip
openssl-13234dd310511ed2ae1832bb643dd298ddfefb0b.tar.gz
openssl-13234dd310511ed2ae1832bb643dd298ddfefb0b.tar.bz2
Rework build: Windows dependency building fix
One variable misssing Fixes #8060 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8061)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/windows-makefile.tmpl1
1 files changed, 1 insertions, 0 deletions
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