Use the new merged include directory.
This commit is contained in:
parent
d6a554ae83
commit
d6e467b4c5
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue