From 8d066a74bf8b7f097c444f417a1bdf65f52f4252 Mon Sep 17 00:00:00 2001 From: Abigail <abigail@abigail.be> Date: Thu, 23 May 2002 19:43:37 -0700 Subject: 'make distclean' should remove *old files too. Message-ID: <20020524024337.A28749@ucan.foad.org> p4raw-id: //depot/perl@16763 --- Makefile.SH | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.SH') diff --git a/Makefile.SH b/Makefile.SH index a5addfb925..d9ccd639aa 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -897,6 +897,7 @@ _mopup: -rm -f perl.Addrs perl.Counts t/perl.Addrs t/perl.Counts *perl.xok -rm -f perlld cygwin.c ld2 libperl*.def libperl*.dll cygperl*.dll *.exe.stackdump rm -f perl$(EXE_EXT) suidperl$(EXE_EXT) miniperl$(EXE_EXT) $(LIBPERL) libperl.* microperl + rm -f opcode.h-old opnames.h-old pp.sym-old pp_proto.h-old # Do not 'make _tidy' directly. _tidy: -- cgit v1.2.1