diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-26 07:51:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-26 07:51:33 +0000 |
commit | 6ffa1e56137df7fe273e01c0fe771ed2dc0a4f5a (patch) | |
tree | e10dcf2b9550354a01b11ba405054660e0acb0c2 /gnu/usr.bin/perl | |
parent | 54b898bf12c46645c28a64185fca41f77f6f522c (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-wrapper | 4 |
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}) |