From: Steve Chamberlain Date: Fri, 18 Jun 1993 22:16:32 +0000 (+0000) Subject: Look in the right place for bfd.h X-Git-Tag: gdb-4_18~18725 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e615309a0b1bf602469de77d882281a8a765305e;p=platform%2Fupstream%2Fbinutils.git Look in the right place for bfd.h --- 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. ###