summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-08-21 10:11:07 +0000
committerNicholas Clark <nick@ccl4.org>2008-08-21 10:11:07 +0000
commit90e91dd8c9549b16c38f6ab2e9fa25c7ea28dff8 (patch)
tree4d0f2b3884a2a255e7ba61a3486e18286021dbf4 /Makefile.SH
parentfd996479e27a404cbaed7b3ad029feb14440afb0 (diff)
downloadperl-90e91dd8c9549b16c38f6ab2e9fa25c7ea28dff8.tar.gz
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
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index e925558ea6..d570775efa 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" ;;