File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ CLEANUPS = \
527
527
3rdparty/sha1/*$(O ) \
528
528
$(DYNEXT_DIR ) /*$(LOAD_EXT ) \
529
529
530
- all : $(NQP_EXE )
530
+ all : $(NQP_EXE ) $( P5QREGEX_PBC )
531
531
532
532
install : all
533
533
$(MKPATH ) $(DESTDIR )$(PARROT_LIBRARY_DIR )
@@ -728,7 +728,7 @@ $(NQP_EXE): $(NQP_PBC) $(PARROT_DLL_COPY)
728
728
$(P5QREGEX_PBC ) : $(NQP_EXE ) $(P5QREGEX_SOURCES )
729
729
$(MKPATH ) $(STAGE2 ) /gen
730
730
$(PERL ) tools/build/gen-cat.pl $(P5QREGEX_SOURCES ) > $(STAGE2 ) /$(P5QREGEX_COMBINED )
731
- $(NQP_EXE ) --target=pir --output=$(STAGE2 ) /$(P5QREGEX_COMBINED_PIR ) \
731
+ ./ $(NQP_EXE ) --target=pir --output=$(STAGE2 ) /$(P5QREGEX_COMBINED_PIR ) \
732
732
$(STAGE2 ) /$(P5QREGEX_COMBINED )
733
733
$(PARROT ) -o $(P5QREGEX_PBC ) $(STAGE2 ) /$(P5QREGEX_COMBINED_PIR )
734
734
You can’t perform that action at this time.
0 commit comments