summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-01-06 21:26:39 +0000
committerache <ache@FreeBSD.org>1995-01-06 21:26:39 +0000
commit1d4a5e0d56118e93d6884912c140c5516debb6a8 (patch)
treec7df09e24ae8f2dd5d7c16f44839ed39edb8567a /gnu/usr.bin/binutils
parentc8b414d31c2196188c5c855ec27eecf1aa49ca84 (diff)
downloadFreeBSD-src-1d4a5e0d56118e93d6884912c140c5516debb6a8.zip
FreeBSD-src-1d4a5e0d56118e93d6884912c140c5516debb6a8.tar.gz
Remove regex code, use -lgnuregex instead
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index 3e481ce..990a1ab 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -12,7 +12,7 @@ SRCS = annotate.c blockframe.c breakpoint.c buildsym.c c-lang.c \
infrun.c inftarg.c init.c kcorelow.c language.c \
m2-lang.c m2-typeprint.c m2-valprint.c main.c maint.c \
mem-break.c minsyms.c objfiles.c parse.c \
- printcmd.c regex.c remote.c remote-utils.c solib.c source.c \
+ printcmd.c remote.c remote-utils.c solib.c source.c \
stabsread.c stack.c symfile.c symmisc.c \
symtab.c target.c thread.c top.c \
typeprint.c utils.c valarith.c valops.c \
@@ -45,8 +45,8 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
CFLAGS+= -I$(.CURDIR)/. -I${DESTDIR}/usr/include/readline -I$(.CURDIR)/../bfd
-DPADD+= ${LIBREADLINE} ${LIBTERMCAP}
-LDADD+= -lreadline -ltermcap
+DPADD+= ${LIBREADLINE} ${LIBTERMCAP} ${LIBGNUREGEX}
+LDADD+= -lreadline -ltermcap -lgnuregex
.if exists(${.CURDIR}/../libiberty/obj)
LDADD+= -L${.CURDIR}/../libiberty/obj -liberty
OpenPOWER on IntegriCloud