diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-27 19:42:24 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-27 19:42:24 +0000 |
commit | 8d365775662c72faafe7a43a28b8894364ae1734 (patch) | |
tree | 5fd9d94587e7f740d10e8c6487204c913df3342e /configure | |
parent | cdb1295a71a64755c39d8f4e7b0354c10d16398a (diff) | |
download | gcc-8d365775662c72faafe7a43a28b8894364ae1734.tar.gz |
2006-09-27 Dave Brolley <brolley@redhat.com>
* configure.in (RUNTEST): Look for 'runtest' in the source tree by using
$s instead of $r.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117256 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 644f699c792..8f4b9e89050 100755 --- a/configure +++ b/configure @@ -3769,7 +3769,7 @@ test -n "$RUNTEST" || RUNTEST="runtest" case " $configdirs " in *" dejagnu "*) - test $host = $build && RUNTEST='$$r/$(HOST_SUBDIR)/dejagnu/runtest' + test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest' ;; esac |