diff options
| author | John Polstra <jdp@FreeBSD.org> | 1998-09-14 22:49:02 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1998-09-14 22:49:02 +0000 |
| commit | e8f80c1acae8a8bca956b931e0105feb4ada302c (patch) | |
| tree | fb0ea82209aa69bf6bbe1e1ad8890b236812295d /gnu/usr.bin/binutils/gdb/Makefile | |
| parent | 8c64af4f750d8c5fdc217c194d0d3ab5651617c3 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/Makefile')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 640f1cc85ee0..b4a244286032 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.35 1998/08/30 02:01:07 jb Exp $ +# $Id: Makefile,v 1.36 1998/08/30 02:46:35 jb Exp $ PROG = gdb @@ -18,7 +18,7 @@ CFLAGS+= -DFREEBSD_ELF XSRCS = annotate.c blockframe.c breakpoint.c buildsym.c c-lang.c \ c-typeprint.c c-valprint.c ch-lang.c ch-typeprint.c \ ch-valprint.c coffread.c command.c complaints.c copying.c \ - corelow.c cp-valprint.c \ + core-regset.c corelow.c cp-valprint.c \ dcache.c dbxread.c demangle.c dwarfread.c \ elfread.c environ.c eval.c exec.c expprint.c \ findvar.c fork-child.c freebsd-nat.c gdbtypes.c \ |
