* configure.in: use ../../bfd/hosts/std-host.h, not
../bfd/hosts/std-host.h (which doesn't exist).
This commit is contained in:
parent
8f96fa0e7d
commit
5887848eb4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user