File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -399,13 +399,13 @@ $(OPS_DIR)/$(OPS)$(LOAD_EXT): $(OPS_DIR)/$(OPS_SOURCE) $(DYNPMC)
399
399
cd src/metamodel && $(CC ) -c @cc_o_out@multi_dispatch$(O ) -I../../$(PMC_DIR ) $(CINCLUDES ) $(CFLAGS ) multi_dispatch.c
400
400
cd $(OPS_DIR ) && $(LD ) @ld_out@$(OPS )$(LOAD_EXT ) $(OPS )$(O ) $(METAMODEL_OBJS ) $(LINKARGS )
401
401
402
- bootstrap-files : $(STAGE2_PBCS ) $(CORE_SETTING_NQP )
402
+ bootstrap-files : $(STAGE2_PBCS ) src/stage2/ $(CORE_SETTING_NQP )
403
403
$(PERL ) build/gen_bootstrap.pl src/Regex.pir > src/stage0/Regex-s0.pir
404
404
$(PERL ) build/gen_bootstrap.pl src/HLL.pir > src/stage0/HLL-s0.pir
405
405
$(PERL ) build/gen_bootstrap.pl src/Regex/P6Regex.pir > src/stage0/P6Regex-s0.pir
406
406
$(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
+
409
409
410
410
# # testing
411
411
You can’t perform that action at this time.
0 commit comments