summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2013-03-29 20:59:04 +0000
committermiod <miod@openbsd.org>2013-03-29 20:59:04 +0000
commit7a4ef3b33042bd043e2410ce96403fe7eb5cacf5 (patch)
treed4625f9a504551141400ea426b2f377f3be306dd
parentAdd an explicit dependency for mg_data.h, similar to uudmap.h; should help (diff)
downloadwireguard-openbsd-7a4ef3b33042bd043e2410ce96403fe7eb5cacf5.tar.xz
wireguard-openbsd-7a4ef3b33042bd043e2410ce96403fe7eb5cacf5.zip
More mg_data.h where uudmap.h is listed, for paranoia and consistency.
-rw-r--r--gnu/usr.bin/perl/Makefile.bsd-wrapper6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper
index 607ec579f76..539c1421f24 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.90 2013/03/29 20:08:29 miod Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.91 2013/03/29 20:59:04 miod Exp $
#
# Build wrapper for Perl 5.16.2
#
@@ -52,7 +52,7 @@ CPPFLAGS+= -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DPERL_RANDOM_DEV
STRIPFLAGS='-s'
.endif
-GEN_AFTER= bitcount.h config.h uudmap.h cflags makedepend \
+GEN_AFTER= bitcount.h config.h mg_data.h uudmap.h cflags makedepend \
myconfig Makefile Policy.sh pod/Makefile \
x2p/Makefile x2p/cflags
@@ -67,7 +67,7 @@ all: perl.build man.build
man.build: perl.build
cd ${.CURDIR} && exec ${MAKE} -f Makefile.bsd-wrapper1 mansrc.build
-beforedepend: config.sh config.h bitcount.h uudmap.h Makefile makedepend x2p/Makefile
+beforedepend: config.sh config.h bitcount.h mg_data.h uudmap.h Makefile makedepend x2p/Makefile
cd ${.OBJDIR} && exec ${MAKE} depend
perl.build: perl.lib