From: Jarkko Hietaniemi Date: Mon, 31 Dec 2001 14:44:03 +0000 (+0000) Subject: Tweak the dependencies not to recompile everytime, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6bfcfc9dd8a0a95f83139d0e0f301e273c43e0e1;p=p5sagit%2Fp5-mst-13.2.git Tweak the dependencies not to recompile everytime, as suggested by NI-S. p4raw-id: //depot/perl@13981 --- diff --git a/ext/Devel/PPPort/Makefile.PL b/ext/Devel/PPPort/Makefile.PL index dd49a8f..b7fb31c 100644 --- a/ext/Devel/PPPort/Makefile.PL +++ b/ext/Devel/PPPort/Makefile.PL @@ -20,9 +20,9 @@ sub MY::postamble { my $retval = <<"EOM"; ppport.h: ppport_h.PL - \$(PERL) "-I\$(PERL_ARCHLIB)" "-I\$(PERL_LIB)" ppport_h.PL > ppport.h + \$(PERL) "-I\$(PERL_ARCHLIB)" "-I\$(PERL_LIB)" ppport_h.PL -PPPort.xs module2.c module3.c : ppport.h +PPPort.xs module2.\$(OBJ_EXT) module3.\$(OBJ_EXT) : ppport.h -\$(TOUCH) \$@ EOM