Skip to content

Commit 8fac254

Browse files
committed
[build] fix building of p5regex components on non-windows. Re-include it in the default target
1 parent fff3eb8 commit 8fac254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ CLEANUPS = \
527527
3rdparty/sha1/*$(O) \
528528
$(DYNEXT_DIR)/*$(LOAD_EXT) \
529529

530-
all: $(NQP_EXE)
530+
all: $(NQP_EXE) $(P5QREGEX_PBC)
531531

532532
install: all
533533
$(MKPATH) $(DESTDIR)$(PARROT_LIBRARY_DIR)
@@ -728,7 +728,7 @@ $(NQP_EXE): $(NQP_PBC) $(PARROT_DLL_COPY)
728728
$(P5QREGEX_PBC): $(NQP_EXE) $(P5QREGEX_SOURCES)
729729
$(MKPATH) $(STAGE2)/gen
730730
$(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) \
732732
$(STAGE2)/$(P5QREGEX_COMBINED)
733733
$(PARROT) -o $(P5QREGEX_PBC) $(STAGE2)/$(P5QREGEX_COMBINED_PIR)
734734

0 commit comments

Comments
 (0)