From: Craig A. Berry Date: Sun, 13 Sep 2009 19:50:42 +0000 (-0500) Subject: Restore part of 403f501d5b37ebf0340212b1a7f7c01855cd7b95 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=95d988dfcbe64bbb503b8f5e35a9f6ab46971e30;p=p5sagit%2Fp5-mst-13.2.git Restore part of 403f501d5b37ebf0340212b1a7f7c01855cd7b95 lost in disentangling previous commit. --- diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 51fe818..747aeac 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -241,7 +241,7 @@ NOOP = continue # Macros to invoke a copy of miniperl during the build. Targets which # are built using these macros should depend on $(MINIPERL_EXE) MINIPERL_EXE = Sys$Disk:[]miniperl$(E) -MINIPERL = MCR $(MINIPERL_EXE) "-I[.lib]" +MINIPERL = MCR $(MINIPERL_EXE) "-I[.lib]" "-I[.ext.Cwd]" MINIPERLQ = MCR $(MINIPERL_EXE) ""-I[.lib]"" XSUBPP = $(MINIPERL) "-I[.ext.re]" [.lib.extutils]xsubpp -noprototypes # Macro to invoke a preexisting copy of Perl. This is used to regenerate