Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Switch Test.pir rule from using perl6.pbc to $(PERL6_PBC).
  • Loading branch information
colomon committed May 26, 2011
1 parent b79ea53 commit 0ab409e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Perl6/README

This file was deleted.

4 changes: 2 additions & 2 deletions build/Makefile.in
Expand Up @@ -227,8 +227,8 @@ $(PMC_DIR)/objectref.pmc : $(PMC_DIR)/objectref_pmc.template build/gen_objectref
$(PMC_DIR)/objectref.pmc

## testing targets
Test.pir: Test.pm perl6.pbc
$(PARROT) $(PARROT_ARGS) perl6.pbc $(STAGESTATS) --target=pir --output=Test.pir Test.pm
Test.pir: Test.pm $(PERL6_PBC)
$(PARROT) $(PARROT_ARGS) $(PERL6_PBC) $(STAGESTATS) --target=pir --output=Test.pir Test.pm

test : coretest

Expand Down

0 comments on commit 0ab409e

Please sign in to comment.