From bd130c4aaff6557745f87cf51eb7acb8abf68500 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Tue, 29 Mar 2011 21:42:48 +1100 Subject: [PATCH] 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 | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.7.4