From: Jarkko Hietaniemi Date: Sun, 30 Dec 2001 17:33:24 +0000 (+0000) Subject: Fix ppport.h for Unix. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bfb9b5ce46a84b0059421fdf21f7b01d78085790;p=p5sagit%2Fp5-mst-13.2.git Fix ppport.h for Unix. p4raw-id: //depot/perl@13960 --- diff --git a/MANIFEST b/MANIFEST index 848fd8b..5357bc1 100644 --- a/MANIFEST +++ b/MANIFEST @@ -152,8 +152,9 @@ ext/Devel/PPPort/module2.c Devel::PPPort test file ext/Devel/PPPort/module3.c Devel::PPPort test file ext/Devel/PPPort/PPPort.pm Devel::PPPort ext/Devel/PPPort/PPPort.xs Devel::PPPort +ext/Devel/PPPort/ppport_h.PL Devel::PPPort ext/Devel/PPPort/README Devel::PPPort Readme -ext/Devel/PPPort/soak Test Harness to run Devel::PPPort other Perls +ext/Devel/PPPort/soak Test Harness to run Devel::PPPort other Perls ext/Devel/PPPort/t/test.t See if Devel::PPPort works ext/Devel/PPPort/TODO Devel::PPPort Todo ext/Digest/MD5/Changes Digest::MD5 extension changes @@ -980,10 +981,10 @@ lib/File/Find/t/taint.t See if File::Find works with taint lib/File/Path.pm Do things like `mkdir -p' and `rm -r' lib/File/Path.t See if File::Path works lib/File/Spec.pm portable operations on file names +lib/File/Spec/Cygwin.pm portable operations on Cygwin file names lib/File/Spec/Epoc.pm portable operations on EPOC file names lib/File/Spec/Functions.pm Function interface to File::Spec object methods lib/File/Spec/Mac.pm portable operations on Mac file names -lib/File/Spec/Cygwin.pm portable operations on Cygwin file names lib/File/Spec/NW5.pm portable operations on NetWare file names lib/File/Spec/OS2.pm portable operations on OS2 file names lib/File/Spec/t/Functions.t See if File::Spec::Functions works @@ -1051,8 +1052,8 @@ lib/IPC/Open3.t See if IPC::Open3 works lib/IPC/SysV.t See if IPC::SysV works lib/less.pm For "use less" lib/less.t See if less support works -lib/lib_pm.PL For "use lib", produces lib/lib.pm lib/lib.t For "use lib" testing +lib/lib_pm.PL For "use lib", produces lib/lib.pm lib/locale.pm For "use locale" lib/locale.t See if locale support works lib/Locale/Codes/t/all.t See if Locale::Codes work diff --git a/ext/Devel/PPPort/Makefile.PL b/ext/Devel/PPPort/Makefile.PL index e578e5e..dd49a8f 100644 --- a/ext/Devel/PPPort/Makefile.PL +++ b/ext/Devel/PPPort/Makefile.PL @@ -19,8 +19,8 @@ sub MY::postamble { my $retval = <<"EOM"; -#ppport.h:: ppport.h.PL -# \$(PERL) "-I\$(PERL_ARCHLIB)" "-I\$(PERL_LIB)" ppport.h.PL > ppport.h +ppport.h: ppport_h.PL + \$(PERL) "-I\$(PERL_ARCHLIB)" "-I\$(PERL_LIB)" ppport_h.PL > ppport.h PPPort.xs module2.c module3.c : ppport.h -\$(TOUCH) \$@ diff --git a/ext/Devel/PPPort/ppport.h.PL b/ext/Devel/PPPort/ppport_h.PL similarity index 100% rename from ext/Devel/PPPort/ppport.h.PL rename to ext/Devel/PPPort/ppport_h.PL