projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
95ac09c
)
Rebuild all c code if mop.h changed.
Florian Ragwitz [Wed, 11 Mar 2009 05:16:09 +0000 (06:16 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
417fa13
..
9f3a285
100644
(file)
--- 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