summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-06 18:33:06 -0600
committerNicholas Clark <nick@ccl4.org>2021-06-28 02:38:16 -0600
commit5678ce7977e423bda6d0f627b4c94d2cd5b9a213 (patch)
tree0e23a929ef2a4c40d9c18a6db159c34bb3e4b198 /Makefile.SH
parent4fc148a8261471331757070d72ad8dd513ad48da (diff)
downloadperl-5678ce7977e423bda6d0f627b4c94d2cd5b9a213.tar.gz
Makefile.SH: Fixes for z/OS
This removes two things that are causing problems: 1) a space in a parameter 2) DPERL_EXTERNAL_GLOB=''
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 1bda30d8a0..e1caa20cd8 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -124,9 +124,8 @@ true)
linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+s -Wl,+b$archlibexp/CORE -lperl"
;;
os390*)
- shrpldflags='-W l,XPLINK,dll'
+ shrpldflags='-Wl,XPLINK,dll'
linklibperl='libperl.x'
- DPERL_EXTERNAL_GLOB=''
;;
esac
case "$ldlibpthname" in