diff options
author | Tony Cook <tony@develop-help.com> | 2011-03-29 21:42:48 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2011-05-20 21:36:53 +1000 |
commit | bd130c4aaff6557745f87cf51eb7acb8abf68500 (patch) | |
tree | e729945b2e73cb3a558bb269e9298cfdfa9d1df4 /Makefile.SH | |
parent | de4c0096ebdaf46695cc56e6e72c823fc693d433 (diff) | |
download | perl-bd130c4aaff6557745f87cf51eb7acb8abf68500.tar.gz |
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.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 2567f8bbff..10380a7bd5 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 |