diff options
author | Nicolas R <atoomic@cpan.org> | 2019-05-14 13:53:45 -0600 |
---|---|---|
committer | Nicolas R <atoomic@cpan.org> | 2019-06-04 11:55:22 -0600 |
commit | 3bfe1c6899bcda599624b50af7e5d5d27dc2d53b (patch) | |
tree | dfeb02e2b8f4f3937afa39bbba914c4ec1557bb5 /Makefile.SH | |
parent | 6f44131d18eb3c79d59c550fbc73b2d7122e5a1d (diff) | |
download | perl-3bfe1c6899bcda599624b50af7e5d5d27dc2d53b.tar.gz |
Rename PPPort_xs.PL to RealPPPort_xs.PL
Fixes Devel-PPPort GH #21
To avoid confusion rename the template for RealPPPort.xs
file as RealPPPort_xs.PL so it's now clear what file
it generates.
(cherry picked from commit 0f14f67985491207f4a0e3936307f4c565717fd6)
Signed-off-by: Nicolas R <atoomic@cpan.org>
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 0d925bc2b9..73c9d8133a 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1104,7 +1104,7 @@ catamount) $spitshell >>$Makefile <<!GROK!THIS! .PHONY: makeppport makeppport: \$(MINIPERL_EXE) \$(CONFIGPM) - -@for f in Makefile.PL PPPort_pm.PL PPPort_xs.PL ppport_h.PL; do \ + -@for f in Makefile.PL PPPort_pm.PL RealPPPort_xs.PL ppport_h.PL; do \ (cd ext/Devel-PPPort && `pwd`/run.sh ../../$(MINIPERL_EXE) -I../../lib \$\$f); \ done |