diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-01-05 12:27:22 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-01-05 12:27:22 +0000 |
commit | 0f4f294e5ec7fa2d3de004ee7c15e0fdd37e7dfc (patch) | |
tree | 872806d5c1579eb6ce5be57fb31ac76d59465173 /Makefile.SH | |
parent | fdf8c08824a2cd37d9fab91f3056bff4358cb60b (diff) | |
download | perl-0f4f294e5ec7fa2d3de004ee7c15e0fdd37e7dfc.tar.gz |
Fix distclean now that we have re::Tie::Hash::NamedCapture
p4raw-id: //depot/perl@29697
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 191ae29790..6254f220e2 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1094,7 +1094,7 @@ _cleaner2: rm -f h2ph.man pstruct rm -rf .config rm -f preload - rm -rf lib/Encode lib/Compress lib/Hash + rm -rf lib/Encode lib/Compress lib/Hash lib/re 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) |