summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-16 23:38:37 +0000
committerache <ache@FreeBSD.org>2004-02-16 23:38:37 +0000
commit2e706106686751e9e2e73fdeb44f0144fef43f2f (patch)
treed773cc8bbc7626b7b69311d720f45c14b115ef66 /gnu/usr.bin
parent7c2c6064f7e15ad9aa9c35741d4958dd59ffbf84 (diff)
downloadFreeBSD-src-2e706106686751e9e2e73fdeb44f0144fef43f2f.zip
FreeBSD-src-2e706106686751e9e2e73fdeb44f0144fef43f2f.tar.gz
Formally switch back to regex.h (not sure it ever needed here - libgnuregex
is not used)
Diffstat (limited to 'gnu/usr.bin')
-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 818649f..3d15060 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>
OpenPOWER on IntegriCloud