diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-12 23:49:00 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-12 23:49:00 +0000 |
commit | 7589e17d81493a7065648e700081a252e10a5c33 (patch) | |
tree | 282572936ba8db87897d6d5ac7e2b0fd18c40c90 /Makefile.SH | |
parent | 8839b9e4d8298a3a391565140d81e71c232cf831 (diff) | |
download | perl-7589e17d81493a7065648e700081a252e10a5c33.tar.gz |
Be clean.
p4raw-id: //depot/perl@16569
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 3361b42ae1..01fab27098 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -935,7 +935,7 @@ _cleaner2: rm -rf lib/Encode -rmdir lib/IO/Socket lib/IO/t lib/IO -rmdir lib/Filter/Util lib/List lib/MIME lib/PerlIO lib/Scalar lib/Sys - -rmdir lib/Thread lib/XS lib/threads/shared lib/threads + -rmdir lib/Thread lib/XS lib/threads/shared lib/threads t/lib/B _realcleaner: @$(LDLIBPTH) $(MAKE) _cleaner1 CLEAN=realclean |