Skip to content

Commit

Permalink
Re: [PATCH] Re: Perl @ 32984 (also relevant to [perl #33849])
Browse files Browse the repository at this point in the history
Message-ID: <Pine.LNX.4.64.0802011239170.1831@fractal.phys.lafayette.edu>

p4raw-id: //depot/perl@33246
  • Loading branch information
doughera88 authored and rgs committed Feb 7, 2008
1 parent aad570a commit 08c5d56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hints/irix_6.sh
Expand Up @@ -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
Expand Down

0 comments on commit 08c5d56

Please sign in to comment.