Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix dependency.
  • Loading branch information
jnthn committed Feb 18, 2012
1 parent e06236d commit 4017a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile.in
Expand Up @@ -332,7 +332,7 @@ $(PERL6_CF_PBC): $(NQP_EXE) $(DYNEXT_DYNPMC) $(DYNEXT_DYNOPS) src/Perl6/Constant
src/Perl6/ConstantFolder.pm
$(PARROT) $(PARROT_ARGS) -o $(PERL6_CF_PBC) $(PERL6_CF)

$(PERL6_W_PBC): $(NQP_EXE) $(PERL6_ML_PBC) src/Perl6/World.pm
$(PERL6_W_PBC): $(NQP_EXE) $(PERL6_ML_PBC) $(PERL6_SINK_PBC) src/Perl6/World.pm
$(NQP_EXE) --vmlibs=perl6_group,perl6_ops --target=pir --output=$(PERL6_W) --encoding=utf8 \
src/Perl6/World.pm
$(PARROT) $(PARROT_ARGS) -o $(PERL6_W_PBC) $(PERL6_W)
Expand Down

0 comments on commit 4017a66

Please sign in to comment.