diff options
author | Abigail <abigail@abigail.be> | 2002-05-23 19:43:37 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-24 12:02:42 +0000 |
commit | 8d066a74bf8b7f097c444f417a1bdf65f52f4252 (patch) | |
tree | 90949ef4dcbb036e4f6b93849a73850c6217aab2 /Makefile.SH | |
parent | 5f401c7a3de48134acd5ea970479711343850bd6 (diff) | |
download | perl-8d066a74bf8b7f097c444f417a1bdf65f52f4252.tar.gz |
'make distclean' should remove *old files too.
Message-ID: <20020524024337.A28749@ucan.foad.org>
p4raw-id: //depot/perl@16763
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
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: |