summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-09 11:19:11 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-09 14:04:21 +0000
commit0ff33da805881f90d7498cc372bfd74c526f48f9 (patch)
treede491f1aaf637c6eaa4c198190f61243f614d834 /Makefile.SH
parent9d3a1c7447ce46db940dfe0695c29ad02ad1657f (diff)
downloadperl-0ff33da805881f90d7498cc372bfd74c526f48f9.tar.gz
Rename ext/Devel/PPPort to ext/Devel-PPPort
It has its tentacles in many other places.
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index f8193a6fe1..f6dba00135 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -914,7 +914,7 @@ $spitshell >>$Makefile <<!GROK!THIS!
.PHONY: makeppport
makeppport: miniperl\$(EXE_EXT) \$(CONFIGPM)
-@for f in Makefile.PL PPPort_pm.PL PPPort_xs.PL ppport_h.PL; do \
- (cd ext/Devel/PPPort && `pwd`/run.sh ../../../miniperl$(EXE_EXT) -I../../../lib \$\$f); \
+ (cd ext/Devel-PPPort && `pwd`/run.sh ../../miniperl$(EXE_EXT) -I../../lib \$\$f); \
done
!GROK!THIS!