summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2019-05-16 16:47:56 -0600
committerNicolas R <atoomic@cpan.org>2019-05-16 16:48:06 -0600
commit2b9c8be2c787ef71cd93339abeb95c64fdd07abc (patch)
treef409a57418051603cb028d71a1edf13dfc1e7cca /Makefile.SH
parentea03ac00d9f52448d3e7605fe477f03efff9739e (diff)
downloadperl-2b9c8be2c787ef71cd93339abeb95c64fdd07abc.tar.gz
Revert "Rename PPPort_xs.PL to RealPPPort_xs.PL"
This reverts commit 0f14f67985491207f4a0e3936307f4c565717fd6. need to apply after current freeze
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 76af93ec8e..5777970638 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 RealPPPort_xs.PL ppport_h.PL; do \
+ -@for f in Makefile.PL PPPort_pm.PL PPPort_xs.PL ppport_h.PL; do \
(cd ext/Devel-PPPort && `pwd`/run.sh ../../$(MINIPERL_EXE) -I../../lib \$\$f); \
done