Use the new merged include directory.

This commit is contained in:
John Gilmore 1991-04-25 04:25:00 +00:00
parent d6a554ae83
commit d6e467b4c5
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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