mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 10:28:59 +08:00
Use the new merged include directory.
This commit is contained in:
@ -42,7 +42,7 @@ LIBDIR = $(srcdir)/../bfd$(subdir)
|
||||
|
||||
INCDIR = $(BASEDIR)/include
|
||||
|
||||
CFLAGS = -g -I$(srcdir)/../include-cygnus -I$(INCDIR) $(HDEFINES) $(TDEFINES)
|
||||
CFLAGS = -g -I$(srcdir)/../include -I$(INCDIR) $(HDEFINES) $(TDEFINES)
|
||||
|
||||
DISASMS = m68k-pinsn.o i960-pinsn.o sparc-pinsn.o
|
||||
|
||||
|
@ -19,7 +19,7 @@ INSTALL_PROGRAM = $(INSTALL)
|
||||
INSTALL_FILE = $(INSTALL)
|
||||
|
||||
BASEDIR = ../..
|
||||
INCLUDE = $(srcdir)/../include-cygnus
|
||||
INCLUDE = $(srcdir)/../include
|
||||
INCLUDES = -I. -I$(srcdir) -I$(INCLUDE)
|
||||
DEBUG = -g
|
||||
|
||||
|
Reference in New Issue
Block a user