summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 21:15:34 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 21:29:26 +0100
commita193a2dbe32848820392de0a7fd340ca82c2efd9 (patch)
treeb05d072dcaf2cf6a62c00b57eef0c1010e0e9cd8 /Makefile.SH
parentfe0fb48b9e1689ad6e74e0516047f20e411bc3b4 (diff)
downloadperl-a193a2dbe32848820392de0a7fd340ca82c2efd9.tar.gz
Support building extensions in dist/ as well as cpan/ and ext/
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 2b287876a6..623064a11b 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -218,7 +218,7 @@ done
nonxs_list=' '
for f in $nonxs_ext; do
p=`echo "$f" | tr / -`
- for d in ext cpan; do
+ for d in ext dist cpan; do
if test -d $d/$p; then
nonxs_list="$nonxs_list $d/$p/pm_to_blib"
fi