From 4cea100d33f39a57c5e9f72270c453f4bf92ca2e Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 24 May 1995 23:38:06 +0000 Subject: Correct typo in all simulator configure.in files other than SH: ../bfd should be ../../bfd. --- sim/w65/ChangeLog | 4 ++++ sim/w65/configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'sim/w65') diff --git a/sim/w65/ChangeLog b/sim/w65/ChangeLog index 2abb1a2..8341cba 100644 --- a/sim/w65/ChangeLog +++ b/sim/w65/ChangeLog @@ -1,3 +1,7 @@ +Wed May 24 16:31:38 1995 Jim Wilson + + * configure.in: Fix typo in last change. + Mon Mar 27 10:32:34 1995 J.T. Conklin * run.c: parse arguments with getopt(). 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 -- cgit v1.1