projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
52e2252
)
Recompile c code if any header file changed, not just mop.h
Florian Ragwitz [Mon, 16 Mar 2009 17:53:46 +0000 (18:53 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
b97d941
..
a8c8613
100644
(file)
--- 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();