From: Florian Ragwitz Date: Sun, 28 Sep 2008 15:15:42 +0000 (+0000) Subject: Make Declare.o depend on stolen_chunk_of_toke.c. X-Git-Tag: 0.005000~89 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e2c10f810cdd4bef83379af6e78fb68282e0fb7c;p=p5sagit%2FDevel-Declare.git Make Declare.o depend on stolen_chunk_of_toke.c. --- diff --git a/Makefile.PL b/Makefile.PL index 98fefd6..0aa54c8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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'