From: Richard Levitte Date: Tue, 22 Jan 2019 11:17:36 +0000 (+0100) Subject: Rework build: Windows dependency building fix X-Git-Tag: openssl-3.0.0-alpha1~2618 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=13234dd310511ed2ae1832bb643dd298ddfefb0b;p=oweals%2Fopenssl.git Rework build: Windows dependency building fix One variable misssing Fixes #8060 Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/8061) --- diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index 872ef4b4ef..0cd1e863d3 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