diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-01-30 11:41:13 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-02-18 13:16:52 +0100 |
commit | 1179df5f52411bc16f719e9134d4978bc0c05cd9 (patch) | |
tree | ce16274122e1ab276a29876b91ec1854ba023e99 /Makefile.SH | |
parent | 6f7c818601340cd36597dd56f5cfb30800501348 (diff) | |
download | perl-1179df5f52411bc16f719e9134d4978bc0c05cd9.tar.gz |
Ensure Pod::Simple is built before Pod::Functions.
This will allow Pod::Functions to use Pod::Simple as part of its build
process.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 5cd7179237..d579deed2b 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -177,7 +177,9 @@ done : Prepare dependency lists for Makefile. dynamic_list=' ' dynamic_ext_re="lib/auto/re/re.$dlext" -extra_dep='' +extra_dep=' +ext/Pod-Functions/pm_to_blib: cpan/Pod-Simple/pm_to_blib +' for f in $dynamic_ext; do : the dependency named here will never exist base=`echo "$f" | sed 's/.*\///'` |