From: Nicholas Clark Date: Thu, 21 Aug 2008 10:11:07 +0000 (+0000) Subject: If I want to build Devel::NYTProf under the core tree, then the X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90e91dd8c9549b16c38f6ab2e9fa25c7ea28dff8;p=p5sagit%2Fp5-mst-13.2.git If I want to build Devel::NYTProf under the core tree, then the Makefile needs to know to build List::Util first. p4raw-id: //depot/perl@34212 --- diff --git a/Makefile.SH b/Makefile.SH index e925558..d570775 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -165,7 +165,7 @@ for f in $dynamic_ext; do : Parallel makes reveal that we have some interdependencies case $f in - Math/BigInt/FastCalc) extra_dep="$extra_dep + Math/BigInt/FastCalc|Devel/NYTProf) extra_dep="$extra_dep $this_target: lib/auto/List/Util/Util.$dlext" ;; Unicode/Normalize) extra_dep="$extra_dep $this_target: uni.data" ;;