diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-17 19:31:38 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-17 19:31:38 +0000 |
| commit | e0245b7de1c57cd70d04e0e780361288ded7e2f2 (patch) | |
| tree | ae3f3b80c0eec970b2d9eabb91c87a0d0de0fc04 /gnu/usr.bin | |
| parent | da0f4fe0ffbaf1b85e402faf71af049f8d7451ba (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 37ae322d63f1..8987c293ad41 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -21,7 +21,7 @@ XSRCS= annotate.c ax-general.c ax-gdb.c bcache.c blockframe.c \ source.c stabsread.c stack.c symfile.c symmisc.c symtab.c \ target.c thread.c top.c tracepoint.c typeprint.c utils.c \ valarith.c valops.c valprint.c values.c version.c serial.c \ - ser-unix.c ser-tcp.c callback.c + ser-unix.c ser-tcp.c SRCS= init.c ${XSRCS} .if exists(${.CURDIR}/Makefile.${MACHINE_ARCH}) |
