From cc5c2b11fc2d90b56a46d336fcfb57b23faef396 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Thu, 7 Nov 2013 04:20:16 +0100 Subject: start to adapt build to multiple backends --- tools/build/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/build/Makefile.in') diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index 42aa229..c27cf49 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -64,7 +64,7 @@ all: rakudo rakudo: $(RAKUDO_DIR)/$(PERL6_EXE) $(RAKUDO_DIR)/$(PERL6_EXE): @echo "== Configuring and building Rakudo" - cd $(RAKUDO_DIR) && $(PERL) Configure.pl --with-nqp=$(NQP_EXE) && $(MAKE) + cd $(RAKUDO_DIR) && $(PERL) Configure.pl --prefix=$(PREFIX_DIR) && $(MAKE) rakudo-test: rakudo cd $(RAKUDO_DIR) && $(MAKE) test rakudo-spectest: rakudo -- cgit v1.1