aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/Makefile.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/Makefile.in
parent1f21d3dc1a99ae518549287d3cf9b0fd6e737251 (diff)
downloadgdb-b0c9f0261315cd25472d346ef2a67073c0fdb4ed.zip
gdb-b0c9f0261315cd25472d346ef2a67073c0fdb4ed.tar.gz
gdb-b0c9f0261315cd25472d346ef2a67073c0fdb4ed.tar.bz2
New simulator tree structure
Diffstat (limited to 'sim/h8300/Makefile.in')
-rw-r--r--sim/h8300/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in
index abb3f6f..0e48037 100644
--- a/sim/h8300/Makefile.in
+++ b/sim/h8300/Makefile.in
@@ -53,8 +53,8 @@ BISON = bison
MAKEINFO = makeinfo
RANLIB = ranlib
-INCDIR = $(srcdir)/../include
-CSEARCH = -I. -I$(srcdir) -I$(INCDIR) -I$(srcdir)/../bfd
+INCDIR = $(srcdir)/../../include
+CSEARCH = -I. -I$(srcdir) -I$(INCDIR) -I$(srcdir)/../../bfd
DEP = mkdep
#### host, target, and site specific Makefile frags come in here.
@@ -62,7 +62,7 @@ DEP = mkdep
all: run
run: code.o run.o perifs.o
- $(CC) -o run code.o perifs.o run.o ../bfd/libbfd.a ../libiberty/libiberty.a
+ $(CC) -o run code.o perifs.o run.o ../../bfd/libbfd.a ../../libiberty/libiberty.a
code.c:p1.c p2.c p3.c
cat $(VPATH)/p1.c p2.c $(VPATH)/p3.c | cb >code.c