Rebuild all c code if mop.h changed.
[gitmo/Class-MOP.git] / 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