diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-02 23:29:03 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-02 23:29:03 +0000 |
commit | 1261cc665d8da384eea849e859a193f6cac04920 (patch) | |
tree | 49b676557f02824de37d7f5ae3b2733f130e0ce2 | |
parent | 2c69233919b95e269d717fac5ec61d28c192b12c (diff) | |
parent | 6a3a1f1980669cfed0f5aa2856f91fd5bca78eb8 (diff) | |
download | perl-1261cc665d8da384eea849e859a193f6cac04920.tar.gz |
Integrate perlio:
[ 14022]
More PPPort Makefile source dependence removal
p4raw-link: @14022 on //depot/perlio: 6a3a1f1980669cfed0f5aa2856f91fd5bca78eb8
p4raw-id: //depot/perl@14028
-rw-r--r-- | ext/Devel/PPPort/Makefile.PL | 4 | ||||
-rw-r--r-- | perl.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/Devel/PPPort/Makefile.PL b/ext/Devel/PPPort/Makefile.PL index 674ee4c80d..0964533ac9 100644 --- a/ext/Devel/PPPort/Makefile.PL +++ b/ext/Devel/PPPort/Makefile.PL @@ -6,7 +6,7 @@ WriteMakefile( DISTNAME => "Devel-PPPort", VERSION_FROM=> 'PPPort.pm', - #PM => {'PPPort.pm' => '$(INST_LIBDIR)/PPPort.pm'}, + #PM => {'PPPort.pm' => '$(INST_LIBDIR)/PPPort.pm'}, OBJECT => 'PPPort$(OBJ_EXT) module2$(OBJ_EXT) module3$(OBJ_EXT)', XSPROTOARG => '-noprototypes', 'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" }, @@ -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 } @@ -4101,7 +4101,7 @@ extern void moncontrol(int); HAS_STRUCT_CMSGHDR HAS_NL_LANGINFO - + HAS_DIRFD so that Configure picks them up. */ |