From 542cd1321de759fbc6d675260c250d7fdfd40007 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 11 Oct 2002 07:42:20 +0000 Subject: *sigh* The GNU folks want to layer and abstract yet another standard API. This time remove the xregex redirection and just directly use their own gnuregex. --- gnu/usr.bin/binutils/gasp/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile index aad9355..6369d19 100644 --- a/gnu/usr.bin/binutils/gasp/Makefile +++ b/gnu/usr.bin/binutils/gasp/Makefile @@ -5,12 +5,16 @@ .PATH: ${SRCDIR}/gas PROG= gasp -SRCS+= gasp.c macro.c sb.c hash.c +SRCS+= gasp+%FIXED.c macro.c sb.c hash.c WARNS= 2 CFLAGS+= -DBFD_ASSEMBLER -CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as +CFLAGS+= -I${.CURDIR} +CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config DPADD= ${RELTOP}/libiberty/libiberty.a LDADD= ${DPADD} +gasp+%FIXED.c: gasp.c + sed -e 's|xregex\.h|gnuregex.h|g' ${.ALLSRC} >${.TARGET} + .include -- cgit v1.1