From 6c5941c785207c7779c0d0f98546b9e4ada88064 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Tue, 29 Mar 2011 21:04:25 +1100 Subject: [PATCH] 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. --- Makefile.SH | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.SH b/Makefile.SH index 217a035..eac337c 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 -- 2.7.4