summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2011-03-29 21:04:25 +1100
committerTony Cook <tony@develop-help.com>2011-05-20 21:36:53 +1000
commit6c5941c785207c7779c0d0f98546b9e4ada88064 (patch)
treee6cb5b527ce2cedf97f0a72592a19c01d91a73b9 /Makefile.SH
parent98548bdfb5109f7b89a6cf2546e90d940408fb9b (diff)
downloadperl-6c5941c785207c7779c0d0f98546b9e4ada88064.tar.gz
remove unneeded dependencies against Cwd
these were added because the build process for Encode and SDBM_File changes directory, invalidating the original "../lib:../../lib" PERL5LIB. With buildcustomize.pl they can change directory safely.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 217a035b52..eac337c1b3 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -176,16 +176,12 @@ 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
$this_target: uni.data" ;;
Text/ParseWords) extra_dep="$extra_dep
$this_target: lib/auto/Scalar/Util.$dlext" ;;
- SDBM_File) extra_dep="$extra_dep
-$this_target: lib/auto/Cwd/Cwd.$dlext" ;;
esac
done