summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2015-08-20 09:58:38 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2015-08-20 09:58:38 -0400
commitd86fa225ad6f8349d88b699c8855d73ea2994410 (patch)
treee57a72e01c29ed923c2160766277d32ad6e1e7ff
parentfa9ec1c9805f1e6a2a6fb4bfc5663357389a8390 (diff)
downloadperl-d86fa225ad6f8349d88b699c8855d73ea2994410.tar.gz
Update list of files to clean for ceab18aaa.
-rw-r--r--ext/re/Makefile.PL2
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;