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