summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-02 23:29:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-02 23:29:03 +0000
commit1261cc665d8da384eea849e859a193f6cac04920 (patch)
tree49b676557f02824de37d7f5ae3b2733f130e0ce2
parent2c69233919b95e269d717fac5ec61d28c192b12c (diff)
parent6a3a1f1980669cfed0f5aa2856f91fd5bca78eb8 (diff)
downloadperl-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.PL4
-rw-r--r--perl.h2
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
}
diff --git a/perl.h b/perl.h
index dcba8a8e90..4d3bfab553 100644
--- a/perl.h
+++ b/perl.h
@@ -4101,7 +4101,7 @@ extern void moncontrol(int);
HAS_STRUCT_CMSGHDR
HAS_NL_LANGINFO
-
+
HAS_DIRFD
so that Configure picks them up. */