diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-27 04:50:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-27 04:50:07 +0000 |
commit | 0e84be80bb0fcf3e5ef78e2e1595d7e6f81a1416 (patch) | |
tree | 9d31fca009cde5616f4c7b37dc55e4c8e9ca81af /Makefile.SH | |
parent | bb39f9732d7e4fd5ac990d280562b6ca8a44fde5 (diff) | |
download | perl-0e84be80bb0fcf3e5ef78e2e1595d7e6f81a1416.tar.gz |
Clean .exists deeper.
p4raw-id: //depot/perl@7880
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 566f2b9536..f9ae6b72a1 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -758,7 +758,7 @@ _cleaner2: rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old rm -f $(private) rm -rf lib/auto - rm -f lib/.exists lib/*/.exists + rm -f lib/.exists lib/*/.exists lib/*/*/.exists rm -f h2ph.man pstruct rm -rf .config rm -f testcompile compilelog |