(Static and dynamic each build a target in lib/auto, which was unchanged.
nonxs_ext use a target inside the extension's directory, which was moved, but
Makefile.SH had not been updated to reflect this.)
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=''