Change the include path for bfd.h to libbfd/${MACHINE_ARCH} since

I moved the location of that architecture specific file.
This commit is contained in:
John Birrell 1998-03-12 05:59:22 +00:00
parent 06e95425f7
commit ec14ed6ee5

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc0,v 1.1.1.1 1998/03/01 23:40:48 jdp Exp $
# $Id: Makefile.inc0,v 1.2 1998/03/12 02:54:39 jdp Exp $
#
#
@ -27,7 +27,7 @@ CFLAGS+= -I- -I.
CFLAGS+= -I${.CURDIR}/${MACHINE_ARCH}
.endif
CFLAGS+= -I${.CURDIR}
CFLAGS+= -I${.CURDIR}/${RELTOP}/libbfd
CFLAGS+= -I${.CURDIR}/${RELTOP}/libbfd/${MACHINE_ARCH}
CFLAGS+= -I${SRCDIR}/include
.if exists(${.CURDIR}/${MACHINE_ARCH})