Make Declare.o depend on stolen_chunk_of_toke.c.
Florian Ragwitz [Sun, 28 Sep 2008 15:15:42 +0000 (15:15 +0000)]
Makefile.PL

index 98fefd6..0aa54c8 100644 (file)
@@ -9,6 +9,10 @@ requires 'Scalar::Util';
 build_requires 'Test::More';
 build_requires 'Scope::Guard';
 
+postamble(<<'EOM');
+$(OBJECT) : stolen_chunk_of_toke.c
+EOM
+
 WriteMakefile(
   dist => {
     PREOP => 'pod2text lib/Devel/Declare.pm >$(DISTVNAME)/README'