diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-07-24 08:12:56 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-07-24 08:12:56 +0200 |
commit | 2a6dc37471bea77f0c24fd1fe90c598a270c9968 (patch) | |
tree | 534ffd8a5b0080e486d91631c9002ba47c874894 /vms/descrip_mms.template | |
parent | 52a9a866c79d0cc70f5d2074dd80a3d52797f03a (diff) | |
download | perl-2a6dc37471bea77f0c24fd1fe90c598a270c9968.tar.gz |
Move PathTools from cpan/ to dist/
Diffstat (limited to 'vms/descrip_mms.template')
-rw-r--r-- | 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 25f507502f..9047b62191 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]" "-I[.cpan.Cwd]" "-I[.cpan.Cwd.lib]" +MINIPERL = MCR $(MINIPERL_EXE) "-I[.lib]" "-I[.dist.Cwd]" "-I[.dist.Cwd.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 |