From dcff1f4a9c86fea2711b87118194e0b720ca4de1 Mon Sep 17 00:00:00 2001 From: kstailey Date: Thu, 17 Apr 1997 18:21:30 +0000 Subject: [PATCH] clean up *.cat1 on "make cleandir" --- gnu/usr.bin/perl/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index fd57e3f9d9d..564327b6313 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.6 1996/08/26 05:52:24 downsj Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.7 1997/04/17 18:21:30 kstailey Exp $ # # Build wrapper for Perl 5.003. # @@ -34,7 +34,7 @@ MANLOCALBUILD= yes GENERATED= config.sh Makefile cflags config.h makeaperl makedepend \ makedir perl.exp writemain x2p/Makefile x2p/cflags -CLEANFILES= config.sh +CLEANFILES= config.sh ${MANALL} .BEGIN: @if [ ${.CURDIR} != ${.OBJDIR} ]; then ${LNDIR} -s -e obj -e obj.${MACHINE_ARCH} -e Makefile.bsd-wrapper ${.CURDIR}; fi -- 2.20.1