diff options
author | Tony Cook <tony@develop-help.com> | 2012-08-03 23:33:10 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2012-08-03 23:33:10 +1000 |
commit | 635c61269cc04179494de99f235b95556c05902d (patch) | |
tree | 56eeca2e31f9e7b850e690fe7de3636f72248667 /Makefile.SH | |
parent | 38ab64ac881571a458ca1766a1b81fdec687b76b (diff) | |
download | perl-635c61269cc04179494de99f235b95556c05902d.tar.gz |
Pod-Functions requires that Pod-Escapes be built to build
Discovered doing a parallel build on OpenBSD, reproducible elsewhere
with:
./Configure ... && make ext/Pod-Functions/pm_to_blib
While Pod-Escapes is a dependency of Pod-Simple, the Pod-Simple build
process doesn't require that Pod-Escapes already be built, while the
Pod-Functions build process does.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 8b432b6e5f..13eaafce2a 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -178,7 +178,7 @@ done dynamic_list=' ' dynamic_ext_re="lib/auto/re/re.$dlext" extra_dep=' -ext/Pod-Functions/pm_to_blib: cpan/Pod-Simple/pm_to_blib pod/perlfunc.pod +ext/Pod-Functions/pm_to_blib: cpan/Pod-Simple/pm_to_blib cpan/Pod-Escapes/pm_to_blib pod/perlfunc.pod ' for f in $dynamic_ext; do : the dependency named here will never exist |