diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-06 21:26:39 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-06 21:26:39 +0000 |
| commit | 8458a20f14e62b6714804c0fefe4bee974338ddf (patch) | |
| tree | c7df09e24ae8f2dd5d7c16f44839ed39edb8567a /gnu/usr.bin/binutils | |
| parent | a20eb78506570578c77e77390bc226f433aa2b88 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 3e481ce39964..990a1ab1a8a1 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 |
