This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d78ab5f
)
"make distclean" fix noticed by Steve Hay
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 8 Mar 2006 13:29:26 +0000
(13:29 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Wed, 8 Mar 2006 13:29:26 +0000
(13:29 +0000)
p4raw-id: //depot/perl@27417
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
b248fcb
..
498440d
100644
(file)
--- 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 -
r
f 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)