diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-01-18 10:06:29 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-01-18 10:06:29 +0000 |
commit | c4f6c246c38c066f4a31b234d7fc96f1ab219772 (patch) | |
tree | d01e3117fe1c16a5a24771587d43336b6282c126 /ext | |
parent | 2c0b28dd04ba275e235e067ac76a0a841338c8a2 (diff) | |
download | perl-c4f6c246c38c066f4a31b234d7fc96f1ab219772.tar.gz |
a few random cleanups
p4raw-id: //depot/perl@2640
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/Makefile.PL | 2 |
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 *~" } ); |