mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
search ../include, and not ../bfd
This commit is contained in:
@ -55,7 +55,7 @@ RANLIB = ranlib
|
|||||||
|
|
||||||
INCDIR = $(srcdir)/../include
|
INCDIR = $(srcdir)/../include
|
||||||
BFDDIR = $(srcdir)/../bfd
|
BFDDIR = $(srcdir)/../bfd
|
||||||
CSEARCH = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR)
|
CSEARCH = -I. -I$(srcdir) -I../include -I$(INCDIR) -I$(BFDDIR)
|
||||||
DEP = mkdep
|
DEP = mkdep
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user