diff options
author | 2013-03-29 20:59:46 +0000 | |
---|---|---|
committer | 2013-03-29 20:59:46 +0000 | |
commit | f48594cd4f47b9162c650aa42ed13d64b9f9ddb0 (patch) | |
tree | 66589484287ffce186f710a220c5a2d43f33f076 | |
parent | More mg_data.h where uudmap.h is listed, for paranoia and consistency. (diff) | |
download | wireguard-openbsd-f48594cd4f47b9162c650aa42ed13d64b9f9ddb0.tar.xz wireguard-openbsd-f48594cd4f47b9162c650aa42ed13d64b9f9ddb0.zip |
Add an explicit Pod-Escapes dependency to Pod-Functions, in addition to the
existing Pod-Simple dependency. Fixes build with -j2 for real.
-rw-r--r-- | gnu/usr.bin/perl/Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile.SH b/gnu/usr.bin/perl/Makefile.SH index 7266d82bfb1..f6b2eaca754 100644 --- a/gnu/usr.bin/perl/Makefile.SH +++ b/gnu/usr.bin/perl/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-Escapes/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 |