summaryrefslogtreecommitdiff
path: root/ext/GDBM_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/GDBM_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/GDBM_File')
-rw-r--r--ext/GDBM_File/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/GDBM_File/Makefile.PL b/ext/GDBM_File/Makefile.PL
index abdceecd5d..c0824c760a 100644
--- a/ext/GDBM_File/Makefile.PL
+++ b/ext/GDBM_File/Makefile.PL
@@ -6,6 +6,7 @@ WriteMakefile(
MAN3PODS => {}, # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'GDBM_File.pm',
+ realclean => {FILES=> 'const-c.inc const-xs.inc'},
);
WriteConstants(
NAME => 'GDBM_File',