From: Nick Ing-Simmons Date: Wed, 2 Jan 2002 18:01:21 +0000 (+0000) Subject: More PPPort Makefile source dependence removal X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a3a1f1980669cfed0f5aa2856f91fd5bca78eb8;p=p5sagit%2Fp5-mst-13.2.git More PPPort Makefile source dependence removal p4raw-id: //depot/perlio@14022 --- diff --git a/ext/Devel/PPPort/Makefile.PL b/ext/Devel/PPPort/Makefile.PL index f86ca5b..0964533 100644 --- a/ext/Devel/PPPort/Makefile.PL +++ b/ext/Devel/PPPort/Makefile.PL @@ -19,7 +19,7 @@ sub MY::postamble { ppport.h: ppport_h \$(TOUCH) ppport_h -PPPort.xs module2\$(OBJ_EXT) module3\$(OBJ_EXT): ppport.h +PPPort\$(OBJ_EXT) module2\$(OBJ_EXT) module3\$(OBJ_EXT): ppport.h EOM }