diff options
author | Dave Brolley <brolley@redhat.com> | 2006-09-27 16:20:49 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2006-09-27 16:20:49 +0000 |
commit | adb51f0a910773024c7f6d8920e0211e4e35709f (patch) | |
tree | f3c832551426d48dcdd869ba4de69de3570f7e35 /configure | |
parent | e5e148d15bacc36f205aa49edea0fc53df2a38c0 (diff) | |
download | newlib-adb51f0a910773024c7f6d8920e0211e4e35709f.zip newlib-adb51f0a910773024c7f6d8920e0211e4e35709f.tar.gz newlib-adb51f0a910773024c7f6d8920e0211e4e35709f.tar.bz2 |
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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |