From 13234dd310511ed2ae1832bb643dd298ddfefb0b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 22 Jan 2019 12:17:36 +0100 Subject: [PATCH] Rework build: Windows dependency building fix One variable misssing Fixes #8060 Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/8061) --- Configurations/windows-makefile.tmpl | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1