summaryrefslogtreecommitdiff
path: root/ext/IPC/SysV/Makefile.PL
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2008-01-05 15:47:40 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2008-01-05 15:47:40 +0000
commitec4c3bb069e8ce19eede785b9c35fbc690d6bb02 (patch)
tree20b7188a7fd2cfa8d621c3fbd2c39557d3c10356 /ext/IPC/SysV/Makefile.PL
parent9d17798df32f4f48ca213b9ca03a2278ced586f5 (diff)
downloadperl-ec4c3bb069e8ce19eede785b9c35fbc690d6bb02.tar.gz
Build const-(c|xs).inc in IPC::SysV on the fly.
p4raw-id: //depot/perl@32846
Diffstat (limited to 'ext/IPC/SysV/Makefile.PL')
-rw-r--r--ext/IPC/SysV/Makefile.PL7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/IPC/SysV/Makefile.PL b/ext/IPC/SysV/Makefile.PL
index 56a91d94f7..ca921d7128 100644
--- a/ext/IPC/SysV/Makefile.PL
+++ b/ext/IPC/SysV/Makefile.PL
@@ -1,8 +1,8 @@
################################################################################
#
-# $Revision: 15 $
+# $Revision: 16 $
# $Author: mhx $
-# $Date: 2007/12/22 17:39:55 +0100 $
+# $Date: 2008/01/05 16:41:20 +0100 $
#
################################################################################
#
@@ -55,7 +55,8 @@ sub configure
if ($ENV{'PERL_CORE'}) {
# Pods will be built by installman.
- push @moreopts, MAN3PODS => {};
+ push @moreopts, MAN3PODS => {},
+ realclean => { FILES => "const-c.inc const-xs.inc" };
}
else {
# IPC::SysV is in the core since 5.005