diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-21 22:35:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-21 22:35:49 +0000 |
commit | c94787a59885d36e3c06f9ed1fe0fd1842fc64dc (patch) | |
tree | cbe472e5620f7e70704df582fa60ce1d8417ca60 /Makefile.SH | |
parent | 9f233367053269446838a3b7b30e20eb6c968f24 (diff) | |
download | perl-c94787a59885d36e3c06f9ed1fe0fd1842fc64dc.tar.gz |
Be verydeepclean.
p4raw-id: //depot/perl@6760
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 aa5a84aaf5..fb3a4fc7a6 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -738,7 +738,7 @@ _realcleaner: _verycleaner: @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=veryclean @$(LDLIBPTH) $(MAKE) _cleaner2 - -rm -f *~ *.orig */*~ */*.orig + -rm -f *~ *.orig */*~ */*.orig */*/*~ */*/*.orig # The following lint has practically everything turned on. Unfortunately, # you have to wade through a lot of mumbo jumbo that can't be suppressed. |