summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-10-14 02:15:58 +0000
committerobrien <obrien@FreeBSD.org>2001-10-14 02:15:58 +0000
commit3b3f4a1ff2cfb3272b82ea8e02d54211ada91690 (patch)
tree689f43118eaf803e6251f8bf47781cff24ca6000 /gnu
parentae115aae87c83a77680ea1832ff043646455c763 (diff)
downloadFreeBSD-src-3b3f4a1ff2cfb3272b82ea8e02d54211ada91690.zip
FreeBSD-src-3b3f4a1ff2cfb3272b82ea8e02d54211ada91690.tar.gz
Adjust for the movement of `as' headers.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gasp/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile
index a8b506b..77d7f0d 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}
OpenPOWER on IntegriCloud