diff options
-rw-r--r-- | sim/h8300/configure.in | 2 | ||||
-rw-r--r-- | sim/w65/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/w65/configure.in | 2 |
3 files changed, 6 insertions, 2 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 diff --git a/sim/w65/ChangeLog b/sim/w65/ChangeLog index 2abb1a242e0..8341cbaef1e 100644 --- a/sim/w65/ChangeLog +++ b/sim/w65/ChangeLog @@ -1,3 +1,7 @@ +Wed May 24 16:31:38 1995 Jim Wilson <wilson@chestnut.cygnus.com> + + * configure.in: Fix typo in last change. + Mon Mar 27 10:32:34 1995 J.T. Conklin <jtc@rtl.cygnus.com> * run.c: parse arguments with getopt(). diff --git a/sim/w65/configure.in b/sim/w65/configure.in index 197a71824c0..6fcf14e4fa1 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 |