summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.SH8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 95d140b40c..2e97abf8b6 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -119,10 +119,10 @@ true)
;;
os390*)
case "$use64bitall" in
- '') shrpldflags='-Wl,XPLINK,dll'
- linklibperl='libperl.x'
- ;;
- *) shrpldflags='-Wl,LP64,dll'
+ define|true|[yY]*) shrpldflags='-Wl,LP64,dll'
+ linklibperl='libperl.x'
+ ;;
+ *) shrpldflags='-Wl,XPLINK,dll'
linklibperl='libperl.x'
;;
esac