diff options
author | Nicholas Clark <nick@ccl4.org> | 2002-03-19 21:52:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-19 21:10:29 +0000 |
commit | ece2ffd956f7ea808efa81a896d7c65a476ba817 (patch) | |
tree | f1a06d43e2f4687a06bab1b287065680b89dc164 /ext/Sys | |
parent | 4d8cc5f8cae495ff0bcad4a9e629ad4bab92c057 (diff) | |
download | perl-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/Sys')
-rw-r--r-- | ext/Sys/Syslog/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Sys/Syslog/Makefile.PL b/ext/Sys/Syslog/Makefile.PL index 1a5f1fc124..5a5da6f9da 100644 --- a/ext/Sys/Syslog/Makefile.PL +++ b/ext/Sys/Syslog/Makefile.PL @@ -6,6 +6,7 @@ WriteMakefile( VERSION_FROM => 'Syslog.pm', MAN3PODS => {}, # Pods will be built by installman. XSPROTOARG => '-noprototypes', + realclean => {FILES=> 'const-c.inc const-xs.inc'}, ); # We hope syslogd understands /dev/log. |