From: Nicholas Clark Date: Tue, 21 Apr 2009 09:51:29 +0000 (+0100) Subject: We need $(MINIPERL_EXE) before we can run autodoc.pl. Remove the duplicated -I X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b0f0014b9a350eb46031cd03f6c263abb45c1c72;p=p5sagit%2Fp5-mst-13.2.git We need $(MINIPERL_EXE) before we can run autodoc.pl. Remove the duplicated -I --- diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 70931ad..dae5e0a 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -432,8 +432,8 @@ pod = $(pod0) $(pod1) $(pod2) $(pod3) $(pod4) $(pod5) $(pod6) $(pod7) $(pod8) $( [.pod]perldelta.pod : [.pod]perl5100delta.pod Copy/NoConfirm/Log $(MMS$SOURCE) $(MMS$TARGET) -[.pod]perlapi.pod [.pod]perlintern.pod : miniperl embed.fnc autodoc.pl - $(MINIPERL) -"I[-.lib]" autodoc.pl +[.pod]perlapi.pod [.pod]perlintern.pod : miniperl embed.fnc autodoc.pl $(MINIPERL_EXE) + $(MINIPERL) autodoc.pl [.pod]perltoc.pod: [.pod]perlapi.pod [.pod]perlintern.pod extra.pods $(PERL_EXE) EXT $(PERL) [.pod]perltoc "-q" "--build-toc"