summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2013-03-29 20:59:46 +0000
committermiod <miod@openbsd.org>2013-03-29 20:59:46 +0000
commitf48594cd4f47b9162c650aa42ed13d64b9f9ddb0 (patch)
tree66589484287ffce186f710a220c5a2d43f33f076
parentMore mg_data.h where uudmap.h is listed, for paranoia and consistency. (diff)
downloadwireguard-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.SH2
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