aboutsummaryrefslogtreecommitdiff
path: root/Configure.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Configure.pl')
-rw-r--r--Configure.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure.pl b/Configure.pl
index 0627b2f..42e053c 100644
--- a/Configure.pl
+++ b/Configure.pl
@@ -171,7 +171,7 @@ MAIN: {
my @prefixes = sort map substr($_, 0, 1), keys %backends;
# determine the version of NQP we want
- my ($nqp_want) = split(' ', slurp('rakudo/tools/build/NQP_REVISION'));
+ my ($nqp_want) = split(' ', slurp('rakudo/tools/templates/NQP_REVISION'));
my %binaries;
my %impls = gen_nqp($nqp_want, prefix => $prefix, backends => join(',', sort keys %backends), %options);
@@ -239,7 +239,7 @@ MAIN: {
}
sorry(@errors) if @errors;
- fill_template_file('tools/build/Makefile.in', 'Makefile', %config);
+ fill_template_file('tools/template/Makefile.in', 'Makefile', %config);
unless ($options{'no-clean'}) {
no warnings;