From: Nicholas Clark Date: Sat, 12 Sep 2009 14:42:33 +0000 (+0100) Subject: Oops! Correct my declaration of MINIPERL_UP. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4527a2238fcb956920c7d18b8aa95a3ff49f0fcb;p=p5sagit%2Fp5-mst-13.2.git Oops! Correct my declaration of MINIPERL_UP. --- diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 0a66543..ee0878b 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -242,7 +242,7 @@ NOOP = continue # are built using these macros should depend on $(MINIPERL_EXE) MINIPERL_EXE = Sys$Disk:[]miniperl$(E) MINIPERL = MCR $(MINIPERL_EXE) "-I[.lib]" -MINIPERLUP = MCR $(MINIPERL_EXE) "-I[-.lib]" +MINIPERL_UP = 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