aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/configure.in
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-02-04 00:22:22 +0000
committerSteve Chamberlain <sac@cygnus>1993-02-04 00:22:22 +0000
commitb0c9f0261315cd25472d346ef2a67073c0fdb4ed (patch)
tree7d94c2dfeb293dd1331be1a54d780d997029dae4 /sim/h8300/configure.in
parent1f21d3dc1a99ae518549287d3cf9b0fd6e737251 (diff)
downloadbinutils-b0c9f0261315cd25472d346ef2a67073c0fdb4ed.zip
binutils-b0c9f0261315cd25472d346ef2a67073c0fdb4ed.tar.gz
binutils-b0c9f0261315cd25472d346ef2a67073c0fdb4ed.tar.bz2
New simulator tree structure
Diffstat (limited to 'sim/h8300/configure.in')
-rw-r--r--sim/h8300/configure.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/sim/h8300/configure.in b/sim/h8300/configure.in
index 8d7b0aa..bd30158 100644
--- a/sim/h8300/configure.in
+++ b/sim/h8300/configure.in
@@ -4,14 +4,14 @@
# existing configure script.
srctrigger=writecode.c
-srcname="sim"
+srcname="h8300sim"
# per-host:
-. ${srcdir}/../bfd/configure.host
+. ${srcdir}/../../bfd/configure.host
# Set up to make a link between the host's include file and "sysdep.h".
-files="../bfd/hosts/${my_host}.h"
+files="../../bfd/hosts/${my_host}.h"
links="sysdep.h"
@@ -24,8 +24,8 @@ if [ ! -f ${srcdir}/${files} ] ; then
fi
host_makefile_frag=
-if [ -f ${srcdir}/../bfd/config/${my_host}.mh ] ; then
- host_makefile_frag=../bfd/config/${my_host}.mh
+if [ -f ${srcdir}/../../bfd/config/${my_host}.mh ] ; then
+ host_makefile_frag=../../bfd/config/${my_host}.mh
fi
# per-target: