diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-28 16:39:19 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-28 16:39:19 +0000 |
commit | e73a35f7a426600178581a11f6d09a75cbf26611 (patch) | |
tree | 6f2634614f35f45db8c513ad72ca7a0f007c0ed0 | |
parent | 6adc6db21078d7bc40446eb1187ffa388b99743b (diff) |
Keep rules in bsd.sys.mk from yacc'ing on perly.y
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index fb895916e44..5e3afaae6ed 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.29 1999/11/26 07:51:32 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.30 1999/11/28 16:39:18 millert Exp $ # # Build wrapper for Perl 5.005_03. # @@ -631,6 +631,9 @@ cleandir: .include <bsd.lib.mk> +# Keep rules in bsd.sys.mk from yacc'ing on perly.y +.y.c: + # These have to come after the inclusion of <bsd.lib.mk> perl.lib: ${GENERATED} ${_LIBS} |