Skip to content

Commit

Permalink
Revert "Merge pull request #815 from MasterDuke17/second_attempt_at_n…
Browse files Browse the repository at this point in the history
…ot_compiling_P5QREGEX_every_time_tests_are_run"

This reverts commit 22af4c8, reversing
changes made to 97c6381.
  • Loading branch information
jdv committed Mar 28, 2024
1 parent bde93fc commit 0241916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/templates/Makefile-backend-common.in
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
@echo(+++ Installing @uc(@backend@)@ stage 2 files locally)@
$(NOECHO)$(CP) @bpm(STAGE2_OUTPUT)@ .

@bsm(P5QREGEX)@: $(P5QREGEX_SOURCES) @bpm(BUILD_RUNNER_BIN)@
@bsm(P5QREGEX)@: $(P5QREGEX_SOURCES) @bsm(NQP)@ @bpm(BUILD_RUNNER)@
@echo(+++ Compiling $@)@
$(NOECHO@nop())@@bpm(GEN_CAT)@ stage2 $(P5QREGEX_SOURCES) > @nfpq(@bpm(STAGE2_DIR)@/$(P5QREGEX_COMBINED))@
$(NOECHO@nop())@@bpm(BUILD_RUNNER_BIN)@ --target=@btarget@ --output=@bsm(P5QREGEX)@ \
Expand Down

0 comments on commit 0241916

Please sign in to comment.