* configure.in: use ../../bfd/hosts/std-host.h, not
authorJason Molenda <crash@cygnus>
Mon, 24 Apr 1995 22:10:32 +0000 (22:10 +0000)
committerJason Molenda <crash@cygnus>
Mon, 24 Apr 1995 22:10:32 +0000 (22:10 +0000)
        ../bfd/hosts/std-host.h (which doesn't exist).

sim/sh/configure.in

index 74c80fe..32afd98 100644 (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