diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-20 20:41:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-20 20:41:44 +0000 |
commit | 27b4bad885f193e4b039eea3032538aeea441beb (patch) | |
tree | 277a44cd76fe6d78677b2d23bade692d22323a07 /Makefile.SH | |
parent | b88cc0ebd0cb5fcdda3cf11a97eb4041fbb5a09a (diff) | |
download | perl-27b4bad885f193e4b039eea3032538aeea441beb.tar.gz |
The veryclean target needs to clobber.
p4raw-id: //depot/perl@6726
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 4a48dedb1c..e81172ead4 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -686,7 +686,7 @@ clobber: _realcleaner _mopup distclean: clobber # Like distclean but also removes emacs backups and *.orig. -veryclean: _verycleaner _mopup +veryclean: _verycleaner _mopup clobber # Do not 'make _mopup' directly. _mopup: |