Look in the right place for bfd.h.
This commit is contained in:
parent
fdc506e668
commit
a3a0a4d0a5
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ OPCODEDIR = ./../opcodes
|
|||
#### host and target dependant Makefile fragments come in here.
|
||||
###
|
||||
|
||||
INCLUDES = -I. -I$(srcdir) -I../bfd -I$(BASEDIR)/include -I$(BASEDIR)/bfd
|
||||
INCLUDES = -I. -I$(srcdir) -I../bfd -I../include -I$(BASEDIR)/include -I$(BASEDIR)/bfd
|
||||
|
||||
.c.o:
|
||||
$(CC) -c $(CFLAGS) $(INCLUDES) $(HDEFINES) $(TDEFINES) $<
|
||||
|
|
|
@ -246,7 +246,7 @@ LIBS = ../opcodes/libopcodes.a $(BFDLIB) $(LOCAL_LOADLIBES) \
|
|||
# Both . and srcdir are used, in that order,
|
||||
# so that tm.h and config.h will be found in the compilation
|
||||
# subdirectory rather than in the source directory.
|
||||
INCLUDES = -I. -I$(srcdir) -I$(srcdir)/config -I$(srcdir)/../include
|
||||
INCLUDES = -I. -I../include -I$(srcdir) -I$(srcdir)/config -I$(srcdir)/../include
|
||||
SUBDIR_INCLUDES = -I.. -I$(srcdir) -I$(srcdir)/config
|
||||
|
||||
# Always use -I$(srcdir)/config when compiling.
|
||||
|
|
Loading…
Reference in a new issue