Adjust for the movement of `as' headers.

This commit is contained in:
David E. O'Brien 2001-10-14 02:15:58 +00:00
parent b3119f80e8
commit 7e605691b0

View File

@ -6,11 +6,9 @@
PROG= gasp
SRCS+= gasp.c macro.c sb.c hash.c
CFLAGS+= -I${SRCDIR}
CFLAGS+= -I${SRCDIR}/gas
CFLAGS+= -I${SRCDIR}/gas/config
CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd
CFLAGS+= -DBFD_ASSEMBLER
CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as
DPADD= ${RELTOP}/libiberty/libiberty.a
LDADD= ${DPADD}