summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-01-18 10:06:29 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-01-18 10:06:29 +0000
commitc4f6c246c38c066f4a31b234d7fc96f1ab219772 (patch)
treed01e3117fe1c16a5a24771587d43336b6282c126 /ext
parent2c0b28dd04ba275e235e067ac76a0a841338c8a2 (diff)
downloadperl-c4f6c246c38c066f4a31b234d7fc96f1ab219772.tar.gz
a few random cleanups
p4raw-id: //depot/perl@2640
Diffstat (limited to 'ext')
-rw-r--r--ext/B/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/Makefile.PL b/ext/B/Makefile.PL
index 35cc6bf567..ff3694dacc 100644
--- a/ext/B/Makefile.PL
+++ b/ext/B/Makefile.PL
@@ -18,7 +18,7 @@ WriteMakefile(
VERSION => "a5",
MAN3PODS => {},
clean => {
- FILES => "perl$e byteperl$e *$o B.c *~"
+ FILES => "perl$e byteperl$e *$o B.c defsubs.h *~"
}
);