Need to look in additional places for BFD's config.h now.

This commit is contained in:
David E. O'Brien 2001-10-14 02:07:26 +00:00
parent 8f0d33af07
commit 44fdcd56ee
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ CFLAGS+= -I${.CURDIR}/../gdb/${MACHINE_ARCH}
CFLAGS+= -I${GDBDIR}/gdb
CFLAGS+= -I${GDBDIR}/gdb/config
CFLAGS+= -I${GDBDIR}/gdb/gdbserver
CFLAGS+= -I../libbfd # for BFD's config.h
CFLAGS+= -DNO_MMALLOC
.include <bsd.prog.mk>

View file

@ -18,6 +18,7 @@ CFLAGS+= -I${.CURDIR}/../gdb/${MACHINE_ARCH}
CFLAGS+= -I${GDBDIR}/gdb
CFLAGS+= -I${GDBDIR}/gdb/config
CFLAGS+= -I${GDBDIR}/gdb/gdbserver
CFLAGS+= -I../libbfd # for BFD's config.h
CFLAGS+= -DNO_MMALLOC
.include <bsd.prog.mk>