summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-27 19:42:24 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-27 19:42:24 +0000
commit8d365775662c72faafe7a43a28b8894364ae1734 (patch)
tree5fd9d94587e7f740d10e8c6487204c913df3342e /configure
parentcdb1295a71a64755c39d8f4e7b0354c10d16398a (diff)
downloadgcc-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-xconfigure2
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