Correct typo in all simulator configure.in files other than SH: ../bfd

should be ../../bfd.
This commit is contained in:
Jim Wilson 1995-05-24 23:38:06 +00:00
parent d32033ad35
commit 4cea100d33
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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().

View File

@ -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