diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-02 18:01:21 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-02 18:01:21 +0000 |
commit | 29de0b41357052fa27b1de64c8cf594f8e8c1329 (patch) | |
tree | b456e97701035445eb7499c5c4884e625596247b /ext/Devel | |
parent | 23ed9ed3317e9e2db7d76af98ab5287217a608a1 (diff) | |
download | perl-29de0b41357052fa27b1de64c8cf594f8e8c1329.tar.gz |
More PPPort Makefile source dependence removal
p4raw-id: //depot/perlio@14022
Diffstat (limited to 'ext/Devel')
-rw-r--r-- | ext/Devel/PPPort/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Devel/PPPort/Makefile.PL b/ext/Devel/PPPort/Makefile.PL index f86ca5bc17..0964533ac9 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 } |