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)
commitbd130c4aaff6557745f87cf51eb7acb8abf68500
treee729945b2e73cb3a558bb269e9298cfdfa9d1df4
parentde4c0096ebdaf46695cc56e6e72c823fc693d433
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.
Makefile.SH