summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2019-05-14 13:53:45 -0600
committerNicolas R <atoomic@cpan.org>2019-05-16 16:27:52 -0600
commit0f14f67985491207f4a0e3936307f4c565717fd6 (patch)
treeb1d23f807e40021e858e4937977d1032158d10e7 /Makefile.SH
parent87e54f02df2275a05c923ec51e27d3e176499a4b (diff)
downloadperl-0f14f67985491207f4a0e3936307f4c565717fd6.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.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 5777970638..76af93ec8e 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1102,7 +1102,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