From: Nicholas Clark Date: Tue, 21 Apr 2009 12:38:55 +0000 (+0100) Subject: 7eb47696deb9a7343fb4847f7342919a6df59e21 should be $(ext) rather than ext. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e21d4f03715f95b91263d6985791a97f088a54e;p=p5sagit%2Fp5-mst-13.2.git 7eb47696deb9a7343fb4847f7342919a6df59e21 should be $(ext) rather than ext. --- diff --git a/Makefile.SH b/Makefile.SH index f7ec252..1156bfc 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -975,7 +975,7 @@ uni.data: miniperl$(EXE_EXT) $(CONFIGPM) lib/unicore/mktables # perl$(EXE_EXT) and ext because buildtoc uses Text::Wrap uses re # But also this ensures that all extensions are built before we try to scan # them, which picks up Devel::PPPort's documentation. -pod/perltoc.pod: $(perltoc_pod_prereqs) perl$(EXE_EXT) ext pod/buildtoc +pod/perltoc.pod: $(perltoc_pod_prereqs) perl$(EXE_EXT) $(ext) pod/buildtoc $(RUN) ./perl$(EXE_EXT) -Ilib pod/buildtoc --build-toc -q pod/perlapi.pod pod/perlintern.pod: miniperl$(EXE_EXT) autodoc.pl embed.fnc diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index dae5e0a..623ab13 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -435,7 +435,7 @@ pod = $(pod0) $(pod1) $(pod2) $(pod3) $(pod4) $(pod5) $(pod6) $(pod7) $(pod8) $( [.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 +[.pod]perltoc.pod: [.pod]perlapi.pod [.pod]perlintern.pod extra.pods $(PERL_EXE) $(EXT) $(PERL) [.pod]perltoc "-q" "--build-toc" archcorefiles : $(ac) $(ARCHAUTO)time.stamp