Formally switch back to regex.h (not sure it ever needed here - libgnuregex
is not used)
This commit is contained in:
parent
7c2c6064f7
commit
2e70610668
@ -10,12 +10,13 @@ WARNS= 2
|
|||||||
CFLAGS+= -DBFD_ASSEMBLER
|
CFLAGS+= -DBFD_ASSEMBLER
|
||||||
CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as
|
CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as
|
||||||
CFLAGS+= -I${.CURDIR}
|
CFLAGS+= -I${.CURDIR}
|
||||||
|
CFLAGS+= -I${.CURDIR}/../../../../../include/gnu
|
||||||
CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
|
CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
|
||||||
DPADD= ${RELTOP}/libiberty/libiberty.a
|
DPADD= ${RELTOP}/libiberty/libiberty.a
|
||||||
LDADD= ${DPADD}
|
LDADD= ${DPADD}
|
||||||
CLEANFILES= gasp+%FIXED.c
|
CLEANFILES= gasp+%FIXED.c
|
||||||
|
|
||||||
gasp+%FIXED.c: gasp.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>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user