diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-01-30 12:01:08 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-02-18 13:16:52 +0100 |
commit | 291c8c21fa7694b3f01d0795030f8057228e1db2 (patch) | |
tree | 4cecc06f2394b35f791907b6a0b28af83d2d5e8f /Makefile.SH | |
parent | 1179df5f52411bc16f719e9134d4978bc0c05cd9 (diff) | |
download | perl-291c8c21fa7694b3f01d0795030f8057228e1db2.tar.gz |
Add a dependency for ext/Pod-Functions/Functions_pm.PL on pod/perlfunc.pod
This ensures that it gets re-run, and lib/Pod/Functions.pm rebuilt, if
perlfunc.pod is changed.
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 d579deed2b..0c96f97492 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 +ext/Pod-Functions/pm_to_blib: cpan/Pod-Simple/pm_to_blib pod/perlfunc.pod ' for f in $dynamic_ext; do : the dependency named here will never exist |