aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-06-18 22:16:32 +0000
committerSteve Chamberlain <sac@cygnus>1993-06-18 22:16:32 +0000
commite615309a0b1bf602469de77d882281a8a765305e (patch)
tree411fecca1510b0bbf4b438c155ab92ffb1e92df1 /sim
parent89e04499d12077e3ba40f1b7818a89c91e71395b (diff)
downloadgdb-e615309a0b1bf602469de77d882281a8a765305e.zip
gdb-e615309a0b1bf602469de77d882281a8a765305e.tar.gz
gdb-e615309a0b1bf602469de77d882281a8a765305e.tar.bz2
Look in the right place for bfd.h
Diffstat (limited to 'sim')
-rw-r--r--sim/sh/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in
index 8e542de..a270062 100644
--- a/sim/sh/Makefile.in
+++ b/sim/sh/Makefile.in
@@ -54,7 +54,7 @@ MAKEINFO = makeinfo
RANLIB = ranlib
INCDIR = $(srcdir)/../../include
-CSEARCH = -I. -I$(srcdir) -I$(INCDIR) -I$(srcdir)/../../bfd
+CSEARCH = -I.-I$(srcdir) -I../../include -I../../bfd -I$(INCDIR) -I$(srcdir)/../../bfd
DEP = mkdep
#### host, target, and site specific Makefile frags come in here.
@@ -76,8 +76,10 @@ table.c:gencode
./gencode -s >table.c
indent table.c
-gencode:gencode.c
- cc -o gencode -g gencode.c
+gencode.o:gencode.c
+
+gencode:gencode.o
+
#### host and target dependent Makefile fragments come in here.
###