summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-11-26 07:51:33 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-11-26 07:51:33 +0000
commit6ffa1e56137df7fe273e01c0fe771ed2dc0a4f5a (patch)
treee10dcf2b9550354a01b11ba405054660e0acb0c2 /gnu/usr.bin/perl
parent54b898bf12c46645c28a64185fca41f77f6f522c (diff)
Run Configure as part of a 'beforedepend' target in perl's Makefile.bsd-wrapper
instead of explicitly in the top-level Makefile.
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r--gnu/usr.bin/perl/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper
index 06ba12e1fcc..fb895916e44 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.28 1999/11/23 05:17:20 millert Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.29 1999/11/26 07:51:32 millert Exp $
#
# Build wrapper for Perl 5.005_03.
#
@@ -108,6 +108,8 @@ CLEANFILES= config.sh Policy.sh ${MANALL}
all: perl.build ${MANALL}
+beforedepend: config.sh config.h
+
perl.build: perl.lib
(cd ${.OBJDIR}; ${MAKE})