From: Jarkko Hietaniemi Date: Sat, 8 Jun 2002 18:32:50 +0000 (+0000) Subject: Remove the newly added makedepend .depending "token directory" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1ed50e5b7295430df641605e5277919f48fbcb91;p=p5sagit%2Fp5-mst-13.2.git Remove the newly added makedepend .depending "token directory" when cleaning up. p4raw-id: //depot/perl@17107 --- diff --git a/Makefile.SH b/Makefile.SH index a8eb317..07b8da0 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -887,6 +887,7 @@ veryclean: _verycleaner _mopup _clobber # Do not 'make _mopup' directly. _mopup: rm -f *$(OBJ_EXT) *$(LIB_EXT) all perlmain.c + -rmdir .depending -@test -f extra.pods && rm -f `cat extra.pods` -@test -f vms/README_vms.pod && rm -f vms/README_vms.pod -rm -f perl.exp ext.libs extra.pods opmini.o @@ -896,8 +897,8 @@ _mopup: -rm -f perl.pixie lib*.so.perl.pixie lib*.so.Addrs -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 + -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: