Skip to content

Commit

Permalink
Correction to Makefile for Win32 (regression introduced by accident d…
Browse files Browse the repository at this point in the history
…uring resig2 merge).
  • Loading branch information
jnthn committed Oct 22, 2009
1 parent dda5262 commit edb2547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -243,7 +243,7 @@ perl6.pbc: perl6_s1.pbc src/gen_setting.pm
# the Perl 6 stage-1 compiler
perl6_s1.pbc: $(PARROT) $(SOURCES) $(BUILTINS_PIR)
$(PERL) -e "" > src/gen_setting.pir
@win32_libs_copy@
@win32_libparrot_copy@
$(PARROT) $(PARROT_ARGS) -o perl6_s1.pbc perl6.pir

src/gen_grammar.pir: $(PARROT) $(PERL6GRAMMAR_PBC) src/parser/grammar.pg src/parser/grammar-oper.pg
Expand Down

0 comments on commit edb2547

Please sign in to comment.