diff options
Diffstat (limited to 'sim/h8300/configure.in')
-rw-r--r-- | sim/h8300/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/h8300/configure.in b/sim/h8300/configure.in index 964cd9f82c1..b43f90ee0a6 100644 --- a/sim/h8300/configure.in +++ b/sim/h8300/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 |