diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-02 17:44:36 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-02 17:44:36 +0000 |
commit | 0a7020c91bd4a1b2a3d51364c3556294468b8381 (patch) | |
tree | 6f69006355c14821bbdf40a2c376f67848a52943 | |
parent | 45ef2ede190b88887a0dfeb6502000b5ea6f0174 (diff) | |
parent | 99f22665d16e539ac96fd8697c65cfa96010d82d (diff) | |
download | perl-0a7020c91bd4a1b2a3d51364c3556294468b8381.tar.gz |
Sort out muddle of editing on three machines ...
p4raw-id: //depot/perlio@14021
-rw-r--r-- | ext/Devel/PPPort/Makefile.PL | 2 | ||||
-rw-r--r-- | perl.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/Devel/PPPort/Makefile.PL b/ext/Devel/PPPort/Makefile.PL index 674ee4c80d..f86ca5bc17 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" }, @@ -4101,7 +4101,7 @@ extern void moncontrol(int); HAS_STRUCT_CMSGHDR HAS_NL_LANGINFO - + HAS_DIRFD so that Configure picks them up. */ |