summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.SH5
-rw-r--r--write_buildcustomize.pl1
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 7d4ff0c4d0..e0220dbbda 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -986,7 +986,7 @@ uni.data: $(MINIPERL_EXE) $(CONFIGPM) lib/unicore/mktables $(nonxs_ext)
# can in this makefile to decide if needs to run or not
# touch uni.data
-# $(PERL_EXE) and ext because buildtoc uses Text::Wrap uses re
+# $(PERL_EXE) and ext because pod_lib.pl needs Digest::MD5
# 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) pod/buildtoc
@@ -994,8 +994,7 @@ pod/perltoc.pod: $(perltoc_pod_prereqs) $(PERL_EXE) $(ext) pod/buildtoc
pod/perlapi.pod: pod/perlintern.pod
-# Depending on $(nonxs_ext) gets us Text::Wrap built
-pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc $(nonxs_ext)
+pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc
$(MINIPERL) autodoc.pl
pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl
index 02c78f8c72..91ce9bbee7 100644
--- a/write_buildcustomize.pl
+++ b/write_buildcustomize.pl
@@ -30,6 +30,7 @@ my @toolchain = qw(cpan/AutoLoader/lib
dist/Term-ReadLine/lib
dist/Exporter/lib
ext/File-Find/lib
+ cpan/Text-Tabs/lib
);
# Used only in ExtUtils::Liblist::Kid::_win32_ext()