From: Andy Dougherty Date: Fri, 1 Feb 2008 12:39:39 +0000 (-0500) Subject: Re: [PATCH] Re: Perl @ 32984 (also relevant to [perl #33849]) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=08c5d564156fedb3379080cf8d14db501bd06f5e;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] Re: Perl @ 32984 (also relevant to [perl #33849]) Message-ID: p4raw-id: //depot/perl@33246 --- diff --git a/hints/irix_6.sh b/hints/irix_6.sh index e3df634..93d6618 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -344,7 +344,9 @@ esac # (We only need to do this for cc, not for gcc. ccversion is computed above.) case "$ccversion" in '') ;; # gcc. Do nothing. -*) cppstdin=`pwd`/cppstdin +*) # Inside this call-back unit, we are down in the UU/ subdirectory, + # but Configure will look for cppstdin one level up. + cd ..; cppstdin=`pwd`/cppstdin; cd UU cpprun="$cppstdin" ;; esac