Rebuild all c code if mop.h changed.
Florian Ragwitz [Wed, 11 Mar 2009 05:16:09 +0000 (06:16 +0100)]
Makefile.PL

index 417fa13..9f3a285 100644 (file)
@@ -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