Skip to content

Commit

Permalink
Add a missing use statement/dependency, now that a separate compilati…
Browse files Browse the repository at this point in the history
…on hole is closed in NQP.
  • Loading branch information
jnthn committed Sep 15, 2012
1 parent 5ac5f88 commit 4dd1240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Perl6/Grammar.pm
@@ -1,6 +1,7 @@
use QRegex;
use NQPP6QRegex;
use NQPP5QRegex;
use Perl6::Actions;
use Perl6::World;
use Perl6::Pod;

Expand Down
2 changes: 1 addition & 1 deletion tools/build/Makefile.in
Expand Up @@ -360,7 +360,7 @@ $(PERL6_W_PBC): $(NQP_EXE) $(PERL6_ML_PBC) src/Perl6/World.pm
src/Perl6/World.pm
$(PARROT) $(PARROT_ARGS) -o $(PERL6_W_PBC) $(PERL6_W)

$(PERL6_G_PBC): $(NQP_EXE) $(PERL6_W_PBC) src/Perl6/Grammar.pm $(PERL6_P_PBC)
$(PERL6_G_PBC): $(NQP_EXE) $(PERL6_W_PBC) $(PERL6_A_PBC) src/Perl6/Grammar.pm $(PERL6_P_PBC)
$(NQP_EXE) --target=pir --output=$(PERL6_G) --encoding=utf8 \
src/Perl6/Grammar.pm
$(PARROT) $(PARROT_ARGS) -o $(PERL6_G_PBC) $(PERL6_G)
Expand Down

0 comments on commit 4dd1240

Please sign in to comment.