If I want to build Devel::NYTProf under the core tree, then the
Nicholas Clark [Thu, 21 Aug 2008 10:11:07 +0000 (10:11 +0000)]
Makefile needs to know to build List::Util first.

p4raw-id: //depot/perl@34212

Makefile.SH

index e925558..d570775 100644 (file)
@@ -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" ;;