summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-04-17 17:51:38 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-04-17 17:51:38 +0000
commitb13834e225e890b8b9270358ae78cd71e9086fe2 (patch)
treedafb1de065457c14600f9afc601de09efb70d59c /gnu
parent5c6f32ce7075d78444be691630659162c4730fee (diff)
back out 1.2
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/x2p/Makefile.SH10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/usr.bin/perl/x2p/Makefile.SH b/gnu/usr.bin/perl/x2p/Makefile.SH
index fdbcce56610..c5453d03d12 100644
--- a/gnu/usr.bin/perl/x2p/Makefile.SH
+++ b/gnu/usr.bin/perl/x2p/Makefile.SH
@@ -20,13 +20,11 @@ esac
echo "Extracting x2p/Makefile (with variable substitutions)"
rm -f Makefile
cat >Makefile <<!GROK!THIS!
-# $RCSfile: Makefile.SH,v $$Revision: 1.1.1.1 $$Date: 1996/08/19 10:13:33 $
+# $RCSfile: Makefile.SH,v $$Revision: 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.
+# Revision 1.1 1996/08/19 10:13:33 downsj
+# Initial revision
#
CC = $cc
@@ -115,7 +113,7 @@ clean:
rm -f a2p *$(OBJ_EXT)
realclean: clean
- rm -f *.orig core $(addedbyconf) all malloc.c *.cat1
+ rm -f *.orig core $(addedbyconf) all malloc.c
rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old
# The following lint has practically everything turned on. Unfortunately,