forked from Imagelibrary/binutils-gdb
* configure.in: use ../../bfd/hosts/std-host.h, not
../bfd/hosts/std-host.h (which doesn't exist).
This commit is contained 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user