Navigation Menu

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

Commit

Permalink
Bump PARROT_REVISION to get Parrot -t fixes, and fix build sequence
Browse files Browse the repository at this point in the history
so that we're left with a P6Regex.pbc .
  • Loading branch information
pmichaud committed Oct 26, 2009
1 parent 9f56d59 commit 18624fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build/Makefile.in
Expand Up @@ -170,11 +170,10 @@ $(STAGE2)/$(P6GRAMMAR_PBC): $(STAGE1_PBCS) $(P6GRAMMAR_SOURCES)
$(PARROT) --include=$(STAGE2) -o $(STAGE2)/$(P6GRAMMAR_PBC) \
src/Regex/P6Grammar.pir

$(P6REGEX_PBC): $(STAGE2)/$(P6REGEX_PBC)
$(P6REGEX_PBC) $(P6GRAMMAR_PBC): $(STAGE2)/$(P6REGEX_PBC) $(STAGE2)/$(P6GRAMMAR_PBC)
$(CP) $(STAGE2)/$(P6REGEX_PBC) $(P6REGEX_PBC)

$(P6GRAMMAR_PBC): $(STAGE2)/$(P6GRAMMAR_PBC)
$(CP) $(STAGE2)/$(P6GRAMMAR_PBC) $(P6GRAMMAR_PBC)


P6Regex$(EXE): $(P6REGEX_PBC) $(PBC_TO_EXE)
$(PBC_TO_EXE) $(P6REGEX_PBC)
Expand Down
2 changes: 1 addition & 1 deletion build/PARROT_REVISION
@@ -1 +1 @@
42097
42113

0 comments on commit 18624fc

Please sign in to comment.