From 98df6bd5d008e52f9fe52c056f7caeae7461c8fd Mon Sep 17 00:00:00 2001 From: Jonathan Worthington Date: Fri, 30 Oct 2009 15:32:49 +0100 Subject: [PATCH] Use nqp-rx to compile src/parser/signature.pm. --- build/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/Makefile.in b/build/Makefile.in index 5cef1d0f064..98709d219ef 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -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 @@ -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