Skip to content

Commit

Permalink
Use nqp-rx to compile src/parser/signature.pm.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Oct 30, 2009
1 parent c406b48 commit 98df6bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/Makefile.in
Expand Up @@ -34,6 +34,7 @@ PARROT_TOOLS_DIR = $(PARROT_LIB_DIR)/tools
PARROT_PERL_LIB = $(PARROT_TOOLS_DIR)/lib
PERL6GRAMMAR_PBC = $(PARROT_LIB_DIR)/library/PGE/Perl6Grammar.pbc
NQP_PBC = $(PARROT_LIB_DIR)/languages/nqp/nqp.pbc
NQP_EXE = $(PARROT_BIN_DIR)/nqp$(EXE)
OPS2C = $(PERL) $(PARROT_TOOLS_DIR)/build/ops2c.pl
PMC2C = $(PERL) $(PARROT_TOOLS_DIR)/build/pmc2c.pl
PMC2C_INCLUDES = --include src/pmc --include $(PARROT_SRC_DIR) --include $(PARROT_SRC_DIR)/pmc
Expand Down Expand Up @@ -255,8 +256,8 @@ src/gen_actions.pir: $(PARROT) $(NQP_PBC) src/parser/actions.pm
$(PARROT) $(PARROT_ARGS) $(NQP_PBC) --output=src/gen_actions.pir \
--encoding=fixed_8 --target=pir src/parser/actions.pm

src/gen_signature_pm.pir: $(PARROT) $(NQP_PBC) src/parser/signature.pm
$(PARROT) $(PARROT_ARGS) $(NQP_PBC) --output=src/gen_signature_pm.pir \
src/gen_signature_pm.pir: $(PARROT) $(NQP_EXE) src/parser/signature.pm
$(NQP_EXE) --output=src/gen_signature_pm.pir \
--encoding=fixed_8 --target=pir src/parser/signature.pm

src/gen_builtins.pir: build/gen_builtins_pir.pl
Expand Down

0 comments on commit 98df6bd

Please sign in to comment.