aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-02-16 23:38:37 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-02-16 23:38:37 +0000
commit8e142fb9dc2e15de87a97e02c7d8d3b68a4a4ecd (patch)
treed773cc8bbc7626b7b69311d720f45c14b115ef66 /gnu
parent5f9bc92ce8e46e9a90e42b45dd3893495ef9cfeb (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gasp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile
index 818649f4c716..3d15060d27c6 100644
--- a/gnu/usr.bin/binutils/gasp/Makefile
+++ b/gnu/usr.bin/binutils/gasp/Makefile
@@ -10,12 +10,13 @@ WARNS= 2
CFLAGS+= -DBFD_ASSEMBLER
CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as
CFLAGS+= -I${.CURDIR}
+CFLAGS+= -I${.CURDIR}/../../../../../include/gnu
CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
DPADD= ${RELTOP}/libiberty/libiberty.a
LDADD= ${DPADD}
CLEANFILES= gasp+%FIXED.c
gasp+%FIXED.c: gasp.c
- sed -e 's|xregex\.h|gnuregex.h|g' ${.ALLSRC} >${.TARGET}
+ sed -e 's|xregex\.h|regex.h|g' ${.ALLSRC} >${.TARGET}
.include <bsd.prog.mk>