diff --git a/hints/irix_6.sh b/hints/irix_6.sh index e3df634c9c9f..93d6618a36a3 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