Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix Config.pm's dependecy
  • Loading branch information
FROGGS committed Sep 16, 2013
1 parent ebdcd7c commit 74de2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -37,7 +37,7 @@ blib/Perl5.pbc: lib/Perl5.nqp blib/Perl5/World.pbc blib/Perl5/Actions.pbc blib/P
$(NQP) --vmlibs=perl6_ops --target=pir --output=blib/Perl5.pir lib/Perl5.nqp
$(PARROT) -o blib/Perl5.pbc blib/Perl5.pir

blib/Perl5/Config.pbc: lib/Perl5/Config.pm
blib/Perl5/Config.pbc: blib/Perl5/Terms.pbc lib/Perl5/Config.pm
$(PERL6) --target=pir --stagestats --output=blib/Perl5/Config.pir lib/Perl5/Config.pm
$(PARROT) -o blib/Perl5/Config.pbc blib/Perl5/Config.pir

Expand Down

0 comments on commit 74de2ff

Please sign in to comment.