From: Jarkko Hietaniemi Date: Sat, 5 Aug 2000 18:57:28 +0000 (+0000) Subject: Zap lib/Sys directory when cleaning up. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=790f961813ce789b3681263743091e75567f8e89;p=p5sagit%2Fp5-mst-13.2.git Zap lib/Sys directory when cleaning up. p4raw-id: //depot/perl@6529 --- diff --git a/Makefile.SH b/Makefile.SH index b902d27..f7ebb42 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -722,7 +722,7 @@ _cleaner: rm -f h2ph.man pstruct rm -rf .config rm -f testcompile compilelog - -rmdir lib/B lib/Data lib/IO/Socket lib/IO + -rmdir lib/B lib/Data lib/IO/Socket lib/IO lib/Sys # The following lint has practically everything turned on. Unfortunately, # you have to wade through a lot of mumbo jumbo that can't be suppressed.