summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-26 23:54:50 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-26 23:54:50 +0000
commitb1f5ad7d40aebe965318c54b3def2054baf2c501 (patch)
tree07af43379ff019ed63b0f4137aa5e1b6068df832 /Makefile.SH
parent2c05888b4b13539bb1f6ede6ee07b751a94e409f (diff)
downloadperl-b1f5ad7d40aebe965318c54b3def2054baf2c501.tar.gz
USS V2R10 seems to be happier with env FOO=... cmd ...
instead of just FOO=... cmd ... p4raw-id: //depot/perl@14437
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 9405eeb505..77ed8fedf1 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -105,6 +105,11 @@ case "`pwd`" in
*" "*) ldlibpth=`echo $ldlibpth|sed 's/ /\\\\ /g'` ;;
esac
+case "$osname" in
+os390) test -f /bin/env && ldlibpth="/bin/env $ldlibpth"
+ ;;
+esac
+
: Prepare dependency lists for Makefile.
dynamic_list=' '
for f in $dynamic_ext; do