aboutsummaryrefslogtreecommitdiff
path: root/sim/w65/configure.in
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1995-05-24 23:38:06 +0000
committerJim Wilson <wilson@tuliptree.org>1995-05-24 23:38:06 +0000
commit4cea100d33f39a57c5e9f72270c453f4bf92ca2e (patch)
treeec48c5ac4f76da4adb1d3cec496fa8f267394f34 /sim/w65/configure.in
parentd32033ad35403cd5a5b89748e8ea784d19a59ff5 (diff)
downloadgdb-4cea100d33f39a57c5e9f72270c453f4bf92ca2e.zip
gdb-4cea100d33f39a57c5e9f72270c453f4bf92ca2e.tar.gz
gdb-4cea100d33f39a57c5e9f72270c453f4bf92ca2e.tar.bz2
Correct typo in all simulator configure.in files other than SH: ../bfd
should be ../../bfd.
Diffstat (limited to 'sim/w65/configure.in')
-rwxr-xr-xsim/w65/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/w65/configure.in b/sim/w65/configure.in
index 197a718..6fcf14e 100755
--- a/sim/w65/configure.in
+++ b/sim/w65/configure.in
@@ -16,7 +16,7 @@ files="../../bfd/hosts/${my_host}.h"
links="sysdep.h"
if [ ! -f ${srcdir}/${files} ] ; then
- files=../bfd/hosts/std-host.h
+ files=../../bfd/hosts/std-host.h
echo "[${srcname} has no specific support for host ${host} -- using std-host]"
fi