* configure.in: use ../../bfd/hosts/std-host.h, not

../bfd/hosts/std-host.h (which doesn't exist).
This commit is contained in:
Jason Molenda 1995-04-24 22:10:32 +00:00
parent 8f96fa0e7d
commit 5887848eb4

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