diff options
author | Steffen Mueller <smueller@cpan.org> | 2009-08-30 22:27:58 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2009-08-30 22:48:31 +0200 |
commit | b958685606d4933b0e19ed95988f8351a97b6626 (patch) | |
tree | 4072d31075b8b776fe86aba62836c84f0ceabc92 /Makefile.SH | |
parent | 4a503f371e8f1d4e174172c023c18046ee5b1a22 (diff) | |
download | perl-b958685606d4933b0e19ed95988f8351a97b6626.tar.gz |
Text::ParseWords depends on Scalar::Util
Add hack to Makefile.SH to specify an explicit dependency of
Text::ParseWords on Scalar::Util.
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 17ffa7183b..e9ffdcaf82 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -194,6 +194,8 @@ for f in $dynamic_ext; do $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" ;; esac done |