Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Need to put building the dynops/dynpmcs pretty early.
  • Loading branch information
jnthn committed Sep 25, 2010
1 parent 51b35b7 commit c295c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile.in
Expand Up @@ -211,7 +211,7 @@ $(REGEX_PBC): $(REGEX_SOURCES)

$(STAGE0): $(STAGE0_PBCS)

$(STAGE0_PBCS): $(STAGE0_SOURCES)
$(STAGE0_PBCS): $(DYNEXT_TARGET) $(STAGE0_SOURCES)
$(PARROT) -o $(STAGE0)/$(REGEX_PBC) src/stage0/Regex-s0.pir
$(PARROT) -o $(STAGE0)/$(HLL_PBC) src/stage0/HLL-s0.pir
$(PARROT) -o $(STAGE0)/$(P6REGEX_PBC) src/stage0/P6Regex-s0.pir
Expand Down Expand Up @@ -298,7 +298,7 @@ $(ALL_PBCS): $(REGEX_PBC) $(STAGE2_PBCS)
$(CP) $(STAGE2)/$(P6REGEX_PBC) .
$(CP) $(STAGE2)/$(NQP_PBC) .

$(NQP_EXE): $(NQP_PBC) $(DYNEXT_TARGET)
$(NQP_EXE): $(NQP_PBC)
$(PBC_TO_EXE) $(NQP_PBC)

$(SETTING_NQP): $(SETTING_SOURCES)
Expand Down

0 comments on commit c295c00

Please sign in to comment.