Change 14028 by jhi@alpha on 2002/01/02 23:29:03
Integrate perlio; more PPPort Makefile source dependence removal
Affected files ...
.... //depot/perl/ext/Devel/PPPort/Makefile.PL#8 integrate
.... //depot/perl/perl.h#430 integrate
Differences ...
==== //depot/perl/ext/Devel/PPPort/Makefile.PL#8 (text) ====
Index: perl/ext/Devel/PPPort/Makefile.PL
--- perl/ext/Devel/PPPort/Makefile.PL.~1~ Wed Jan 2 16:45:10 2002
+++ perl/ext/Devel/PPPort/Makefile.PL Wed Jan 2 16:45:10 2002
@@ -6,7 +6,7 @@
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 @@
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
}
==== //depot/perl/perl.h#430 (text) ====
Index: perl/perl.h
--- perl/perl.h.~1~ Wed Jan 2 16:45:10 2002
+++ perl/perl.h Wed Jan 2 16:45:10 2002
@@ -4101,7 +4101,7 @@
HAS_STRUCT_CMSGHDR
HAS_NL_LANGINFO
-
+
HAS_DIRFD
so that Configure picks them up. */
End of Patch.