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 | 6a3a1f1980669cfed0f5aa2856f91fd5bca78eb8 (patch) | |
tree | b456e97701035445eb7499c5c4884e625596247b /ext | |
parent | 0a7020c91bd4a1b2a3d51364c3556294468b8381 (diff) | |
download | perl-6a3a1f1980669cfed0f5aa2856f91fd5bca78eb8.tar.gz |
More PPPort Makefile source dependence removal
p4raw-id: //depot/perlio@14022
Diffstat (limited to 'ext')
-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 } |