From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Tue, 13 Dec 2005 14:07:12 +0000 (+0000)
Subject: Fix realclean target for Sys::Syslog
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d6051c43ae7bc59ab425f89d7f16abcb92c757e;p=p5sagit%2Fp5-mst-13.2.git

Fix realclean target for Sys::Syslog

p4raw-id: //depot/perl@26343
---

diff --git a/ext/Sys/Syslog/Makefile.PL b/ext/Sys/Syslog/Makefile.PL
index 53a3a2a..82f649d 100644
--- a/ext/Sys/Syslog/Makefile.PL
+++ b/ext/Sys/Syslog/Makefile.PL
@@ -15,7 +15,7 @@ WriteMakefile(
     },
     dist            => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean           => { FILES => 'Sys-Syslog-*' }, 
-    realclean       => { FILES => 'const-c.inc const-xs.inc' },
+    realclean       => { FILES => 'const-c.inc const-xs.inc macros.all' },
 );
 
 my $_PATH_LOG;