summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-16 23:46:39 +0000
committerache <ache@FreeBSD.org>2004-02-16 23:46:39 +0000
commit34c0340ed86eb3d2901aed4587dc5863cbcdd863 (patch)
tree0a4e1dd8a4cd766fac5d9c73180cbf55011ea934
parent2e706106686751e9e2e73fdeb44f0144fef43f2f (diff)
downloadFreeBSD-src-34c0340ed86eb3d2901aed4587dc5863cbcdd863.zip
FreeBSD-src-34c0340ed86eb3d2901aed4587dc5863cbcdd863.tar.gz
Switch back to regex.h
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index 6f08dad..67e8924 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -58,6 +58,7 @@ CFLAGS+= -DDEFAULT_BFD_ARCH=bfd_${GDB_CPU}_arch
CFLAGS+= -I${.CURDIR}/${TARGET_ARCH}
CFLAGS+= -I${SRCDIR}/binutils -I${SRCDIR}/bfd
CFLAGS+= -I${GDBDIR}/gdb -I${GDBDIR}/gdb/config
+CFLAGS+= -I${.CURDIR}/../../../../../include/gnu
CFLAGS+= -I$(.CURDIR) -I${DESTDIR}/usr/include/readline
YFLAGS=
@@ -135,6 +136,6 @@ gdbversion.c: Makefile
@echo 'const char target_name[] = "${TARGET_ARCH}-undermydesk-freebsd";' >>${.TARGET}
xregex.h:
- @echo '#include <gnuregex.h>' >${.TARGET}
+ @echo '#include <regex.h>' >${.TARGET}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud