From: Craig A. Berry Date: Sun, 13 Sep 2009 19:45:01 +0000 (-0500) Subject: Undo 4527a2238fcb956920c7d18b8aa95a3ff49f0fcb and part of 403f501d5b37ebf0340212b1a7f... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=33b593e8bba778a75d864e5ff2c3f3ba528895bc;p=p5sagit%2Fp5-mst-13.2.git Undo 4527a2238fcb956920c7d18b8aa95a3ff49f0fcb and part of 403f501d5b37ebf0340212b1a7f7c01855cd7b95. In preparation for reverting 052792984b8f177f8f314261429d93930437fc49. --- diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 135b654..5310522 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -241,8 +241,8 @@ 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]" "-I[.ext.Cwd]" -MINIPERL_UP = MCR $(MINIPERL_EXE) "-I[-.lib]" "-I[-.ext.Cwd]" +MINIPERL = MCR $(MINIPERL_EXE) "-I[.lib]" +MINIPERLUP = MCR $(MINIPERL_EXE) "-I[-.lib]" 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