aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;