diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2015-08-20 09:58:38 -0400 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2015-08-20 09:58:38 -0400 |
commit | d86fa225ad6f8349d88b699c8855d73ea2994410 (patch) | |
tree | e57a72e01c29ed923c2160766277d32ad6e1e7ff /ext/re | |
parent | fa9ec1c9805f1e6a2a6fb4bfc5663357389a8390 (diff) | |
download | perl-d86fa225ad6f8349d88b699c8855d73ea2994410.tar.gz |
Update list of files to clean for ceab18aaa.
Diffstat (limited to 'ext/re')
-rw-r--r-- | ext/re/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/re/Makefile.PL b/ext/re/Makefile.PL index 3bb52f6830..4a2193401a 100644 --- a/ext/re/Makefile.PL +++ b/ext/re/Makefile.PL @@ -12,7 +12,7 @@ WriteMakefile( XSPROTOARG => '-noprototypes', OBJECT => $object, DEFINE => $defines, - clean => { FILES => '*$(OBJ_EXT) *.c ../../lib/re.pm' }, + clean => { FILES => '*$(OBJ_EXT) invlist_inline.h *.c ../../lib/re.pm' }, ); package MY; |