From: Jarkko Hietaniemi Date: Sat, 26 Jan 2002 23:54:50 +0000 (+0000) Subject: USS V2R10 seems to be happier with env FOO=... cmd ... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b1f5ad7d40aebe965318c54b3def2054baf2c501;p=p5sagit%2Fp5-mst-13.2.git USS V2R10 seems to be happier with env FOO=... cmd ... instead of just FOO=... cmd ... p4raw-id: //depot/perl@14437 --- diff --git a/Makefile.SH b/Makefile.SH index 9405eeb..77ed8fe 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