Look in the right place for bfd.h

This commit is contained in:
Steve Chamberlain 1993-06-18 22:16:32 +00:00
parent 89e04499d1
commit e615309a0b
1 changed files with 5 additions and 3 deletions

View File

@ -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.
###