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