Skip to content

Commit 95092bf

Browse files
committed
fix Makefile.in by jnthn++ (automatic cherry-pick of f313172 failed, sorry)
1 parent f15a5ef commit 95092bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,11 @@ $(STAGE2)/$(CORE_SETTING_PBC): $(STAGE1_PBCS) $(CORE_SETTING_SOURCES)
366366
$(PARROT) -o $(STAGE2)/$(CORE_SETTING_PBC) $(STAGE2)/$(CORE_SETTING_PIR)
367367

368368
$(ALL_PBCS): $(REGEX_PBC) $(STAGE2_PBCS)
369+
$(CP) $(STAGE2)/$(SETTING_MANAGER_PBC) .
369370
$(CP) $(STAGE2)/$(HLL_PBC) .
370371
$(CP) $(STAGE2)/$(P6REGEX_PBC) .
371372
$(CP) $(STAGE2)/$(NQP_PBC) .
372-
$(CP) $(STAGE2)/$(CORE_SETTING_PBC) .
373+
$(CP) $(STAGE2)/$(CORE_SETTING_PBC) .
373374

374375
$(NQP_EXE): $(NQP_PBC)
375376
$(PBC_TO_EXE) $(NQP_PBC)

0 commit comments

Comments
 (0)