summaryrefslogtreecommitdiff
path: root/ext/File
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2002-03-19 21:52:47 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-19 21:10:29 +0000
commitece2ffd956f7ea808efa81a896d7c65a476ba817 (patch)
treef1a06d43e2f4687a06bab1b287065680b89dc164 /ext/File
parent4d8cc5f8cae495ff0bcad4a9e629ad4bab92c057 (diff)
downloadperl-ece2ffd956f7ea808efa81a896d7c65a476ba817.tar.gz
Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15338
Diffstat (limited to 'ext/File')
-rw-r--r--ext/File/Glob/Makefile.PL1
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',