remove unused dependency rule generation for Text/ParseWords
authorTony Cook <tony@develop-help.com>
Tue, 29 Mar 2011 10:42:48 +0000 (21:42 +1100)
committerTony Cook <tony@develop-help.com>
Fri, 20 May 2011 11:36:53 +0000 (21:36 +1000)
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.

Makefile.SH

index 2567f8b..10380a7 100755 (executable)
@@ -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