From: rafl Date: Sun, 28 Sep 2008 15:15:42 +0000 (+0000) Subject: Make Declare.o depend on stolen_chunk_of_toke.c. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=65080cb71b2a7081e1dff08d343318ad2622a578;p=p5sagit%2FDevel-Declare.git Make Declare.o depend on stolen_chunk_of_toke.c. git-svn-id: http://dev.catalyst.perl.org/repos/bast/Devel-Declare/1.000/trunk@4853 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- 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'