Change 34212 by [EMAIL PROTECTED] on 2008/08/21 10:11:07
If I want to build Devel::NYTProf under the core tree, then the
Makefile needs to know to build List::Util first.
Affected files ...
... //depot/perl/Makefile.SH#407 edit
Differences ...
==== //depot/perl/Makefile.SH#407 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH#406~34200~ 2008-08-11 06:15:08.000000000 -0700
+++ perl/Makefile.SH 2008-08-21 03:11:07.000000000 -0700
@@ -165,7 +165,7 @@
: 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" ;;
End of Patch.