diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-03-29 20:08:30 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-03-29 20:08:30 +0000 |
commit | 2d9c68691b8582ec91feeb4cc884aaaecc0b8f52 (patch) | |
tree | 5ba3499b0e889e4f9f5aaceda14553ee19fbb583 /gnu | |
parent | 9a2db75fcd4f7e9a7382760c9aba5e8a946fea8e (diff) |
Add an explicit dependency for mg_data.h, similar to uudmap.h; should help
building with -j.
Diffstat (limited to 'gnu')
-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 |