From 1a146958de295786f5e4258dd984a5598b175d3b Mon Sep 17 00:00:00 2001 From: Tobias Leich Date: Mon, 25 Jan 2016 22:29:13 +0100 Subject: fix thinko when invoking panda Running "perl6 panda-m.bat" certainly wont work on windows. Though "perl6 panda-m" will. --- tools/build/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index df6e19c..d6d770b 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -70,7 +70,7 @@ modules-install-j: modules-install-m: @echo "== Installing modules for MoarVM" cd modules/panda && $(DESTDIR)$(PERL6_M_INSTALL) bootstrap.pl --bin-prefix=$(DESTDIR)$(MOAR_BIN_DIR) - $(PERL) tools/build/module-install.pl $(PERL6_M_INSTALL) $(DESTDIR)$(MOAR_BIN_DIR)/panda-m$(BAT) $(DESTDIR)$(MOAR_BIN_DIR) $(MODULES) + $(PERL) tools/build/module-install.pl $(PERL6_M_INSTALL) $(DESTDIR)$(MOAR_BIN_DIR)/panda-m $(DESTDIR)$(MOAR_BIN_DIR) $(MODULES) modules-test: @backend_modules_test@ verbose-modules-test: @backend_modules_test@ -- cgit v1.1