summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-30 17:33:24 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-30 17:33:24 +0000
commitbfb9b5ce46a84b0059421fdf21f7b01d78085790 (patch)
treee591c5585b770f584ab47b9b70ee25a36e07dc41
parent6f8bcb54a5b92c72ea4fe91afa6b39249a5e9d78 (diff)
downloadperl-bfb9b5ce46a84b0059421fdf21f7b01d78085790.tar.gz
Fix ppport.h for Unix.
p4raw-id: //depot/perl@13960
-rw-r--r--MANIFEST7
-rw-r--r--ext/Devel/PPPort/Makefile.PL4
-rw-r--r--ext/Devel/PPPort/ppport_h.PL (renamed from ext/Devel/PPPort/ppport.h.PL)0
3 files changed, 6 insertions, 5 deletions
diff --git a/MANIFEST b/MANIFEST
index 848fd8bffa..5357bc15b3 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 e578e5ed84..dd49a8f670 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
index 403198199c..403198199c 100644
--- a/ext/Devel/PPPort/ppport.h.PL
+++ b/ext/Devel/PPPort/ppport_h.PL