Skip to content

Commit 5a4019f

Browse files
committed
Fix make bootstrap-files for setting.
1 parent 17d2709 commit 5a4019f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/Makefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,13 +399,13 @@ $(OPS_DIR)/$(OPS)$(LOAD_EXT): $(OPS_DIR)/$(OPS_SOURCE) $(DYNPMC)
399399
cd src/metamodel && $(CC) -c @cc_o_out@multi_dispatch$(O) -I../../$(PMC_DIR) $(CINCLUDES) $(CFLAGS) multi_dispatch.c
400400
cd $(OPS_DIR) && $(LD) @ld_out@$(OPS)$(LOAD_EXT) $(OPS)$(O) $(METAMODEL_OBJS) $(LINKARGS)
401401

402-
bootstrap-files: $(STAGE2_PBCS) $(CORE_SETTING_NQP)
402+
bootstrap-files: $(STAGE2_PBCS) src/stage2/$(CORE_SETTING_NQP)
403403
$(PERL) build/gen_bootstrap.pl src/Regex.pir >src/stage0/Regex-s0.pir
404404
$(PERL) build/gen_bootstrap.pl src/HLL.pir >src/stage0/HLL-s0.pir
405405
$(PERL) build/gen_bootstrap.pl src/Regex/P6Regex.pir >src/stage0/P6Regex-s0.pir
406406
$(PERL) build/gen_bootstrap.pl src/NQP/Compiler.pir >src/stage0/NQP-s0.pir
407-
$(PERL) build/gen_bootstrap.pl src/stage2/gen/$(CORE_SETTING_PIR) >src/stage0/NQPCORE.setting-s0.pir
408-
407+
$(PERL) build/gen_bootstrap.pl src/stage2/$(CORE_SETTING_PIR) >src/stage0/NQPCORE.setting-s0.pir
408+
409409

410410
## testing
411411

0 commit comments

Comments
 (0)