diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-10-20 07:42:34 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-10-20 07:42:34 +0000 |
commit | 34433938114b9a3e6617db3dbecdd8ae1d6979cb (patch) | |
tree | e6624bd834d439dc1141f7fba8659997f4826a1a /Makefile.SH | |
parent | d403599d7a1cc648bc040fd003505344a3cc6961 (diff) | |
download | perl-34433938114b9a3e6617db3dbecdd8ae1d6979cb.tar.gz |
Remove opmini.c when cleaning up.
p4raw-id: //depot/perl@23394
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 4fb2c501b7..1a7022dd7f 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 |