From: Tony Cook Date: Tue, 29 Mar 2011 10:42:48 +0000 (+1100) Subject: remove unused dependency rule generation for Text/ParseWords X-Git-Tag: v5.15.0~470 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/bd130c4aaff6557745f87cf51eb7acb8abf68500 remove unused dependency rule generation for Text/ParseWords 1) Text/ParseWords isn't XS, so never appears in dynamic_ext 2) there's no lib/auto/Scalar/Util.$dlext target, the file would be lib/auto/Scalar/Util/Util.$dlext , but it's built as part of List-Util, so there's no dependency lib/auto/Scalar/Util/Util.$dlext anyway. --- diff --git a/Makefile.SH b/Makefile.SH index 2567f8b..10380a7 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -188,8 +188,6 @@ for f in $dynamic_ext; do $this_target: lib/auto/List/Util/Util.$dlext" ;; Unicode/Normalize) extra_dep="$extra_dep $this_target: uni.data" ;; - Text/ParseWords) extra_dep="$extra_dep -$this_target: lib/auto/Scalar/Util.$dlext" ;; esac done