diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-04-17 18:21:31 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-04-17 18:21:31 +0000 |
commit | b6e8da1193c55fdd74f35595cb0539f176f3c338 (patch) | |
tree | 99985f1e6290452aa547e7fc287953eac942d9e4 /gnu/usr.bin/perl/Makefile.bsd-wrapper | |
parent | b13834e225e890b8b9270358ae78cd71e9086fe2 (diff) |
clean up *.cat1 on "make cleandir"
Diffstat (limited to 'gnu/usr.bin/perl/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 4 |
1 files 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 |