From: Rafael Garcia-Suarez Date: Wed, 8 Mar 2006 13:29:26 +0000 (+0000) Subject: "make distclean" fix noticed by Steve Hay X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=42182ddc72c02b558a109df83ae68e2b617d560e;p=p5sagit%2Fp5-mst-13.2.git "make distclean" fix noticed by Steve Hay p4raw-id: //depot/perl@27417 --- diff --git a/Makefile.SH b/Makefile.SH index b248fcb..498440d 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1050,7 +1050,7 @@ _cleaner2: rm -f preload rm -f testcompile compilelog rm -rf lib/Encode lib/Compress - rm -f lib/IO/Compress lib/IO/Uncompress + rm -rf lib/IO/Compress lib/IO/Uncompress rm -f lib/ExtUtils/ParseXS/t/XSTest.c rm -f lib/ExtUtils/ParseXS/t/XSTest$(OBJ_EXT) rm -f lib/ExtUtils/ParseXS/t/XSTest$(DLSUFFIX)