diff options
Diffstat (limited to 'ext/File')
-rw-r--r-- | ext/File/Glob/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/File/Glob/Makefile.PL b/ext/File/Glob/Makefile.PL index 3cf83f1b12..0d4267a25b 100644 --- a/ext/File/Glob/Makefile.PL +++ b/ext/File/Glob/Makefile.PL @@ -5,6 +5,7 @@ WriteMakefile( VERSION_FROM => 'Glob.pm', MAN3PODS => {}, # Pods will be built by installman. OBJECT => 'bsd_glob$(OBJ_EXT) Glob$(OBJ_EXT)', + realclean => {FILES=> 'const-c.inc const-xs.inc'}, ## uncomment for glob debugging (will cause make test to fail) # DEFINE => '-DGLOB_DEBUG', |