projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a6b06ef
)
add 'clean' target for ext/re
Gurusamy Sarathy [Sat, 11 Jul 1998 02:28:18 +0000 (
02:28
+0000)]
p4raw-id: //depot/perl@1420
ext/re/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/re/Makefile.PL
b/ext/re/Makefile.PL
index
afeaef5
..
8350f2f
100644
(file)
--- 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 {