summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-03-15 07:19:41 +0000
committerru <ru@FreeBSD.org>2004-03-15 07:19:41 +0000
commit391bd5265b9bb7ee0db3bf29953839031270eb47 (patch)
treeed6b6ffa844198d02ed05eeb5b2d4e0a7240c8e5 /gnu/usr.bin
parent87ef1d02227c2f095e7257fc0bc32e6a410c8b4d (diff)
downloadFreeBSD-src-391bd5265b9bb7ee0db3bf29953839031270eb47.zip
FreeBSD-src-391bd5265b9bb7ee0db3bf29953839031270eb47.tar.gz
gasp(1) isn't linked with -lgnuregex, and it doesn't need <gnu/regex.h>
either. Reviewed by: obrien
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/binutils/gasp/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile
index 237474a..8749722 100644
--- a/gnu/usr.bin/binutils/gasp/Makefile
+++ b/gnu/usr.bin/binutils/gasp/Makefile
@@ -10,7 +10,6 @@ WARNS?= 2
CFLAGS+= -DBFD_ASSEMBLER
CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as
CFLAGS+= -I${.CURDIR}
-CFLAGS+= -I${DESTDIR}/usr/include/gnu
CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
DPADD= ${RELTOP}/libiberty/libiberty.a
LDADD= ${DPADD}
OpenPOWER on IntegriCloud