aboutsummaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorTobias Leich <email@froggs.de>2016-01-25 22:29:13 +0100
committerTobias Leich <email@froggs.de>2016-01-27 21:23:32 +0100
commit1a146958de295786f5e4258dd984a5598b175d3b (patch)
tree59ad152f5ce7f95c0b79287a21457c872c59d322 /tools/build
parent003deeba429a9773896876959ad67e52526243c9 (diff)
fix thinko when invoking panda
Running "perl6 panda-m.bat" certainly wont work on windows. Though "perl6 panda-m" will.
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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@