From ac29a397c1257ba84e57796af155a26ee40f0da5 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 31 Oct 2019 01:51:24 +0100 Subject: Update path for Makefile.in --- Configure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure.pl b/Configure.pl index d34e8c9..4a1984e 100644 --- a/Configure.pl +++ b/Configure.pl @@ -242,7 +242,7 @@ MAIN: { } sorry(@errors) if @errors; - fill_template_file('tools/template/Makefile.in', 'Makefile', %config); + fill_template_file('tools/build/Makefile.in', 'Makefile', %config); unless ($options{'no-clean'}) { no warnings; -- cgit v1.1