summaryrefslogtreecommitdiff
path: root/ext/re
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-11 02:28:18 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-11 02:28:18 +0000
commit782f0963ab0b062cf0c3fc5bdd300cab850d5a04 (patch)
tree63a630b931dfc484b05b12ba45c4c344d90fea2b /ext/re
parenta6b06eff27dd56e36de69aa626375e5d526dc488 (diff)
downloadperl-782f0963ab0b062cf0c3fc5bdd300cab850d5a04.tar.gz
add 'clean' target for ext/re
p4raw-id: //depot/perl@1420
Diffstat (limited to 'ext/re')
-rw-r--r--ext/re/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/re/Makefile.PL b/ext/re/Makefile.PL
index afeaef572f..8350f2f861 100644
--- a/ext/re/Makefile.PL
+++ b/ext/re/Makefile.PL
@@ -6,6 +6,7 @@ WriteMakefile(
XSPROTOARG => '-noprototypes',
OBJECT => 're_exec$(OBJ_EXT) re_comp$(OBJ_EXT) re$(OBJ_EXT)',
DEFINE => '-DDEBUGGING -DIN_XSUB_RE',
+ clean => { FILES => '*$(OBJ_EXT) *.c ../../lib/re.pm' },
);
sub MY::postamble {