From: Jason Molenda Date: Mon, 24 Apr 1995 22:10:32 +0000 (+0000) Subject: * configure.in: use ../../bfd/hosts/std-host.h, not X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5887848eb4bc93ff212717e241bc30430142c91f;p=binutils-gdb.git * configure.in: use ../../bfd/hosts/std-host.h, not ../bfd/hosts/std-host.h (which doesn't exist). --- diff --git a/sim/sh/configure.in b/sim/sh/configure.in index 74c80fe7576..32afd98eeba 100644 --- a/sim/sh/configure.in +++ b/sim/sh/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