aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-31 01:51:24 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-10-31 01:51:24 +0100
commitac29a397c1257ba84e57796af155a26ee40f0da5 (patch)
tree49186e869bb088443c6af56fc13b8969cd860e7b
parent71be27c335746af2cb71d04e32d791086a599523 (diff)
Update path for Makefile.in
-rw-r--r--Configure.pl2
1 files changed, 1 insertions, 1 deletions
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;