From 7e605691b083e32d3b22b59379db35c4df5ec987 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 14 Oct 2001 02:15:58 +0000 Subject: [PATCH] Adjust for the movement of `as' headers. --- gnu/usr.bin/binutils/gasp/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile index a8b506b705e..77d7f0d5580 100644 --- a/gnu/usr.bin/binutils/gasp/Makefile +++ b/gnu/usr.bin/binutils/gasp/Makefile @@ -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}