From: Florian Ragwitz Date: Wed, 11 Mar 2009 05:16:09 +0000 (+0100) Subject: Rebuild all c code if mop.h changed. X-Git-Tag: 0.78_01~61 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a9fe0866c58fc3e8d2fd9e78d4990da3fb3a5d2;p=gitmo%2FClass-MOP.git Rebuild all c code if mop.h changed. --- diff --git a/Makefile.PL b/Makefile.PL index 417fa13..9f3a285 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -51,6 +51,10 @@ makemaker_args( CCFLAGS => $ccflags ); ); } +postamble(<<'EOM'); +$(OBJECT) : mop.h +EOM + WriteAll(); # Use the cpan-smolder-stable script in the Moose svn root to figure