From 87c3a4a4acbf43bfdcba71b049ad2807b8580668 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Fri, 29 Apr 2016 22:22:33 +0100 Subject: fix PATH for make modules-install under windows --- tools/build/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/build') 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@ -- cgit v1.1