diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-15 11:50:47 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-15 11:50:47 +0100 |
commit | dc0655f797469c47a9e4296c6ab99e8cfba3bd7a (patch) | |
tree | 343d6bb62298d89c93a251ce421efee439ebb5f2 /Makefile.SH | |
parent | 0f97ff050df266014a09da4b71f01a6b423337d3 (diff) | |
download | perl-dc0655f797469c47a9e4296c6ab99e8cfba3bd7a.tar.gz |
Cwd.pm needs to be installed in lib before Encode recurses. Mark the dependency
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index a343d611eb..83f1ad1e5f 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -190,6 +190,8 @@ for f in $dynamic_ext; do : Parallel makes reveal that we have some interdependencies case $f in + Encode) extra_dep="$extra_dep +$this_target: lib/auto/Cwd/Cwd.$dlext" ;; Math/BigInt/FastCalc|Devel/NYTProf) extra_dep="$extra_dep $this_target: lib/auto/List/Util/Util.$dlext" ;; Unicode/Normalize) extra_dep="$extra_dep |