From 5887848eb4bc93ff212717e241bc30430142c91f Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Mon, 24 Apr 1995 22:10:32 +0000 Subject: [PATCH] * configure.in: use ../../bfd/hosts/std-host.h, not ../bfd/hosts/std-host.h (which doesn't exist). --- sim/sh/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2