diff options
author | 2013-03-29 20:08:29 +0000 | |
---|---|---|
committer | 2013-03-29 20:08:29 +0000 | |
commit | 1dc8d0c454633c15b505d0372b9ea49a1bf23dc9 (patch) | |
tree | e27d9e0b75d9d7bf12beb5aa4c24b9fd275f645a | |
parent | Do not fail in gethostbyname_async() if there are multiple addresses in (diff) | |
download | wireguard-openbsd-1dc8d0c454633c15b505d0372b9ea49a1bf23dc9.tar.xz wireguard-openbsd-1dc8d0c454633c15b505d0372b9ea49a1bf23dc9.zip |
Add an explicit dependency for mg_data.h, similar to uudmap.h; should help
building with -j.
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index b911b2798dd..607ec579f76 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.89 2013/03/25 20:44:46 sthen Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.90 2013/03/29 20:08:29 miod Exp $ # # Build wrapper for Perl 5.16.2 # @@ -87,6 +87,7 @@ config.h: cd ${.OBJDIR} && exec /bin/sh config_h.SH uudmap.h: bitcount.h +mg_data.h: bitcount.h bitcount.h: generate_uudmap ./generate_uudmap uudmap.h bitcount.h mg_data.h |