diff options
author | Jason Molenda <crash@cygnus> | 1995-04-24 22:10:32 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1995-04-24 22:10:32 +0000 |
commit | 5887848eb4bc93ff212717e241bc30430142c91f (patch) | |
tree | f6fe9aac302307b7a4195f620ca05326d9e40696 /sim/sh | |
parent | 8f96fa0e7daa97fce2480ef3052c437b4e0a87b3 (diff) | |
download | gdb-5887848eb4bc93ff212717e241bc30430142c91f.zip gdb-5887848eb4bc93ff212717e241bc30430142c91f.tar.gz gdb-5887848eb4bc93ff212717e241bc30430142c91f.tar.bz2 |
* configure.in: use ../../bfd/hosts/std-host.h, not
../bfd/hosts/std-host.h (which doesn't exist).
Diffstat (limited to 'sim/sh')
-rw-r--r-- | sim/sh/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/sh/configure.in b/sim/sh/configure.in index 74c80fe..32afd98 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 |