Change 27417 by [EMAIL PROTECTED] on 2006/03/08 13:29:26
"make distclean" fix noticed by Steve Hay
Affected files ...
... //depot/perl/Makefile.SH#351 edit
Differences ...
==== //depot/perl/Makefile.SH#351 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH#350~27411~ 2006-03-08 00:23:54.000000000 -0800
+++ perl/Makefile.SH 2006-03-08 05:29:26.000000000 -0800
@@ -1050,7 +1050,7 @@
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)
End of Patch.