From: Rafael Garcia-Suarez Date: Wed, 20 Oct 2004 07:42:34 +0000 (+0000) Subject: Remove opmini.c when cleaning up. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=34433938114b9a3e6617db3dbecdd8ae1d6979cb;p=p5sagit%2Fp5-mst-13.2.git Remove opmini.c when cleaning up. p4raw-id: //depot/perl@23394 --- diff --git a/Makefile.SH b/Makefile.SH index 4fb2c50..1a7022d 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -955,7 +955,7 @@ veryclean: _verycleaner _mopup _clobber # Do not 'make _mopup' directly. _mopup: - rm -f *$(OBJ_EXT) *$(LIB_EXT) all perlmain.c + rm -f *$(OBJ_EXT) *$(LIB_EXT) all perlmain.c opmini.c -rmdir .depending -@test -f extra.pods && rm -f `cat extra.pods` -@test -f vms/README_vms.pod && rm -f vms/README_vms.pod