diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-08 18:32:50 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-08 18:32:50 +0000 |
commit | 1ed50e5b7295430df641605e5277919f48fbcb91 (patch) | |
tree | 1a695e8974634b4f1e22ae3bd1eaf96b06189e57 /Makefile.SH | |
parent | 37e1ca49f99b6ba1322b7d84c999bad68b7edac1 (diff) | |
download | perl-1ed50e5b7295430df641605e5277919f48fbcb91.tar.gz |
Remove the newly added makedepend .depending "token directory"
when cleaning up.
p4raw-id: //depot/perl@17107
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index a8eb317b05..07b8da07c4 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: |