summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-10-20 07:42:34 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-10-20 07:42:34 +0000
commit34433938114b9a3e6617db3dbecdd8ae1d6979cb (patch)
treee6624bd834d439dc1141f7fba8659997f4826a1a /Makefile.SH
parentd403599d7a1cc648bc040fd003505344a3cc6961 (diff)
downloadperl-34433938114b9a3e6617db3dbecdd8ae1d6979cb.tar.gz
Remove opmini.c when cleaning up.
p4raw-id: //depot/perl@23394
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
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