aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2018-07-29 14:33:23 +0100
committerSteve Mynott <steve.mynott@gmail.com>2018-07-29 14:33:23 +0100
commit3faf5372ad460949f41aa999156cf9b14a5e5efb (patch)
tree551b6656222fac37e6e2b09729129ee1428f60a4
parent33b7610cca37cb563b671b4cb79f1ecdfde489ab (diff)
Revert "single quote PATH in order to fix #114" because it doesn't work
yet :( This reverts commit 16eb5edd99af987c2596e4f3e0760f17a97a3060.
-rw-r--r--tools/build/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 685813d..4cff07d 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -56,13 +56,13 @@ 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-j $(MODULES)"
+ 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-j $(MODULES)"
modules-install-m: rakudo-install
@echo "== Installing modules for MoarVM"
- cd modules/zef && '@path@' $(DESTDIR)$(PERL6_M_INSTALL) -Ilib bin/zef install ."
- '@path@' $(PERL) tools/build/module-install.pl $(PERL6_M_INSTALL) $(DESTDIR)$(SITE_BIN_DIR)/zef-m $(MODULES)"
+ cd modules/zef && @path@ $(DESTDIR)$(PERL6_M_INSTALL) -Ilib bin/zef install ."
+ @path@ $(PERL) tools/build/module-install.pl $(PERL6_M_INSTALL) $(DESTDIR)$(SITE_BIN_DIR)/zef-m $(MODULES)"
modules-test: @backend_modules_test@
verbose-modules-test: @backend_modules_test@