From: Florian Ragwitz Date: Mon, 16 Mar 2009 17:53:46 +0000 (+0100) Subject: Recompile c code if any header file changed, not just mop.h X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8420835c4782851780f778c330454f88eac127b4;p=gitmo%2FClass-MOP.git Recompile c code if any header file changed, not just mop.h --- diff --git a/Makefile.PL b/Makefile.PL index b97d941..a8c8613 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -52,7 +52,7 @@ makemaker_args( CCFLAGS => $ccflags ); } postamble(<<'EOM'); -$(OBJECT) : include/mop.h +$(OBJECT) : include/*.h EOM WriteAll();