In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/4527a2238fcb956920c7d18b8aa95a3ff49f0fcb?hp=052792984b8f177f8f314261429d93930437fc49>
- Log ----------------------------------------------------------------- commit 4527a2238fcb956920c7d18b8aa95a3ff49f0fcb Author: Nicholas Clark <[email protected]> Date: Sat Sep 12 15:42:33 2009 +0100 Oops! Correct my declaration of MINIPERL_UP. ----------------------------------------------------------------------- Summary of changes: vms/descrip_mms.template | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- Perl5 Master Repository
