diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-24 08:09:10 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-24 08:09:10 +0000 |
commit | fc2730c3295eb4a594536e0e74f2cc0ae0825ba9 (patch) | |
tree | cc5eaa55ce102f204b0bcdd2600caabfd1bd862e /Makefile.SH | |
parent | 9f1501b2c542cf2dc1feaf9b0d1d694acd6c0807 (diff) | |
download | perl-fc2730c3295eb4a594536e0e74f2cc0ae0825ba9.tar.gz |
Make distclean should remove the leftover test files of ExtUtils::ParseXS
p4raw-id: //depot/perl@24558
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index f8ba4340a8..fce9ec6289 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1017,6 +1017,9 @@ _cleaner2: rm -f preload rm -f testcompile compilelog rm -rf lib/Encode + 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) -rmdir lib/B lib/Data -rmdir lib/Filter/Util lib/IO/Socket lib/IO -rmdir lib/List lib/MIME lib/Scalar lib/Sys |