From: Jarkko Hietaniemi Date: Mon, 28 Feb 2000 22:45:59 +0000 (+0000) Subject: Detypo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4cc87e5d7e477e9e407eb2b921760421a995b9b5;p=p5sagit%2Fp5-mst-13.2.git Detypo. p4raw-id: //depot/cfgperl@5332 --- diff --git a/hints/irix_6.sh b/hints/irix_6.sh index ec83ada..9aec56b 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -264,7 +264,7 @@ case "$use64bitall" in $define|true|[yY]*) ccflags="`echo $ccflags|sed -e 's%-n32%%'` -64" ldflags="`echo $ldflags|sed -e 's%-n32%%'` -64" - lddlflags="`echo $ldfdllags|sed -e 's%-n32%%'` -64" + lddlflags="`echo $lddlflags|sed -e 's%-n32%%'` -64" loclibpth="$loclibpth /usr/lib64" libscheck='case "`file $xxx`" in *64-bit*) ;;