diff options
author | Steve Chamberlain <sac@cygnus> | 1993-01-03 22:19:42 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-01-03 22:19:42 +0000 |
commit | 191395156c25bce7915660307c78708269ff6c0f (patch) | |
tree | 997093535ad84b69b1ea353ea1d6b6b1085229ae /sim/h8300/Makefile.in | |
parent | 1188fbbf2762a9692c6f4756d2c8984c01c4fa23 (diff) | |
download | gdb-191395156c25bce7915660307c78708269ff6c0f.zip gdb-191395156c25bce7915660307c78708269ff6c0f.tar.gz gdb-191395156c25bce7915660307c78708269ff6c0f.tar.bz2 |
* p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
running
Diffstat (limited to 'sim/h8300/Makefile.in')
-rw-r--r-- | sim/h8300/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in index c768932..b84792d 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) +INCDIR = $(srcdir)/../include +CSEARCH = -I. -I$(srcdir) -I$(INCDIR) -I$(srcdir)/../bfd DEP = mkdep @@ -74,7 +74,7 @@ p2.c:writecode writecode:writecode.o writecode.o:writecode.c - $(CC) -g -I$(INCDIR) -c writecode.c + $(CC) -g $(CSEARCH) -c writecode.c |