aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2018-03-09 12:15:29 +0000
committerSteve Mynott <steve.mynott@gmail.com>2018-03-09 12:15:29 +0000
commitc830bb063b9559a7a338a27ec3cebb8be3e93217 (patch)
treef50fc3a540e89e32a73b25da1c6ae9b5aba60857
parent95fc4c0376a3adb8ffd712456e1f8645b125d30a (diff)
zef-m to zef-j, probably still doesn't work
-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 e55cc25..028a083 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -57,7 +57,7 @@ modules-install: @backend_modules_install@
modules-install-j: rakudo-install
@echo "== Installing modules for JVM"
cd modules/zef && @path@ $(DESTDIR)$(PERL6_J_INSTALL) -Ilib bin/zef install ."
- @path@ $(PERL) tools/build/module-install.pl $(PERL6_J_INSTALL) $(DESTDIR)$(SITE_BIN_DIR)/zef-m $(MODULES)"
+ @path@ $(PERL) tools/build/module-install.pl $(PERL6_J_INSTALL) $(DESTDIR)$(SITE_BIN_DIR)/zef-j $(MODULES)"
modules-install-m: rakudo-install
@echo "== Installing modules for MoarVM"