aboutsummaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-04-29 22:22:33 +0100
committerSteve Mynott <steve.mynott@gmail.com>2016-04-29 22:22:33 +0100
commit87c3a4a4acbf43bfdcba71b049ad2807b8580668 (patch)
tree430e9537eacae2d0f7bf845df00af037d25a27d1 /tools/build
parent33799694290c06c62f414d3ffebdd1f7eb792654 (diff)
fix PATH for make modules-install under windows
Diffstat (limited to 'tools/build')
-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 9b88cc6..0506f49 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/panda && @path@ $(DESTDIR)$(PERL6_J_INSTALL) bootstrap.pl
- @path@ $(PERL) tools/build/module-install.pl $(PERL6_J_INSTALL) $(DESTDIR)$(SITE_BIN_DIR)/panda-m $(MODULES)
+ cd modules/panda && @path@ $(DESTDIR)$(PERL6_J_INSTALL) bootstrap.pl"
+ @path@ $(PERL) tools/build/module-install.pl $(PERL6_J_INSTALL) $(DESTDIR)$(SITE_BIN_DIR)/panda-m $(MODULES)"
modules-install-m: rakudo-install
@echo "== Installing modules for MoarVM"
- cd modules/panda && @path@ $(DESTDIR)$(PERL6_M_INSTALL) bootstrap.pl
- @path@ $(PERL) tools/build/module-install.pl $(PERL6_M_INSTALL) $(DESTDIR)$(SITE_BIN_DIR)/panda-m $(MODULES)
+ cd modules/panda && @path@ $(DESTDIR)$(PERL6_M_INSTALL) bootstrap.pl"
+ @path@ $(PERL) tools/build/module-install.pl $(PERL6_M_INSTALL) $(DESTDIR)$(SITE_BIN_DIR)/panda-m $(MODULES)"
modules-test: @backend_modules_test@
verbose-modules-test: @backend_modules_test@