From 0e7dbb2e99bcb9292aadcae89d57f88a6370c64e Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Mon, 25 Apr 2016 07:40:54 -0700 Subject: no unix type PATH 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 e3a9360..9b88cc6 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=$(STAR_BIN_DIR):$(PATH) $(DESTDIR)$(PERL6_J_INSTALL) bootstrap.pl - PATH=$(STAR_BIN_DIR):$(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=$(STAR_BIN_DIR):$(PATH) $(DESTDIR)$(PERL6_M_INSTALL) bootstrap.pl - PATH=$(STAR_BIN_DIR):$(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