This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct the paths for the nonxs_ext targets, following the ext flattening.
[perl5.git] / Makefile.SH
index 240bfa9..0b80039 100644 (file)
@@ -205,7 +205,8 @@ done
 
 nonxs_list=' '
 for f in $nonxs_ext; do
-    nonxs_list="$nonxs_list ext/$f/pm_to_blib"
+    p=`echo "$f" | tr / -`
+    nonxs_list="$nonxs_list ext/$p/pm_to_blib"
 done
 
 dtrace_h=''