diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-04-17 14:37:06 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-04-17 14:37:06 +0000 |
commit | 307ff5f5bd1ba353d7eddc9ed4460d5017085b14 (patch) | |
tree | 2221e1693d497f837ace359d514256d0eeb3acd1 | |
parent | 933c82bd8dbf77f60b6d0790947973fba22ee23f (diff) |
remove *.cat1 on "make realclean"
-rw-r--r-- | gnu/usr.bin/perl/x2p/Makefile.SH | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/x2p/Makefile.SH b/gnu/usr.bin/perl/x2p/Makefile.SH index 16e282d4970..fdbcce56610 100644 --- a/gnu/usr.bin/perl/x2p/Makefile.SH +++ b/gnu/usr.bin/perl/x2p/Makefile.SH @@ -20,9 +20,14 @@ esac echo "Extracting x2p/Makefile (with variable substitutions)" rm -f Makefile cat >Makefile <<!GROK!THIS! -# $RCSfile: Makefile.SH,v $$Revision: 4.1 $$Date: 92/08/07 18:29:07 $ +# $RCSfile: Makefile.SH,v $$Revision: 1.1.1.1 $$Date: 1996/08/19 10:13:33 $ +# +# $Log: Makefile.SH,v $ +# Revision 1.1.1.1 1996/08/19 10:13:33 downsj +# Import of Perl 5.003 into the tree. Makefile.bsd-wrapper, +# config.sh.OpenBSD and "rm *.cat1" for target "realclean" are the only +# local changes. # -# $Log: Makefile.SH,v $ CC = $cc BYACC = $byacc @@ -110,7 +115,7 @@ clean: rm -f a2p *$(OBJ_EXT) realclean: clean - rm -f *.orig core $(addedbyconf) all malloc.c + rm -f *.orig core $(addedbyconf) all malloc.c *.cat1 rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old # The following lint has practically everything turned on. Unfortunately, |