summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2018-04-02 09:54:14 +1000
committerTony Cook <tony@develop-help.com>2018-04-02 11:28:25 +1000
commitbcdb10f52b7a5b5ba1252af82319ddfa72ee2973 (patch)
tree6af12416694a3eaa1adff8ded8497e14b6dd8f26 /Makefile.SH
parent40507cbf67f7e39da9d4745f240a0ef6b580266d (diff)
downloadperl-bcdb10f52b7a5b5ba1252af82319ddfa72ee2973.tar.gz
(perl #133009) *nix builds need Cwd.pm too
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 55298b25d0..cecc53f29b 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1160,6 +1160,10 @@ install: install-all
if test "$storable_type" != "" ; then
+case "$static_cwd" in
+undef) storable_limit_dep="$storable_limit_dep lib/auto/Cwd/Cwd.$dlext" ;;
+esac
+
$spitshell >>$Makefile <<EOT
dist/Storable/lib/Storable/Limit.pm : \$(PERL_EXE) dist/Storable/stacksize $storable_limit_dep