aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-05-17 19:30:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-05-17 19:30:59 +0000
commit56d2e40e38f5fc9155846dcc508d808c689ba540 (patch)
tree5f398a7d45ae30436ea9d3d156ed14023faf8557 /gnu
parent83896393a60b631a10e349c34643c1eff7968ae8 (diff)
downloadsrc-56d2e40e38f5fc9155846dcc508d808c689ba540.tar.gz
src-56d2e40e38f5fc9155846dcc508d808c689ba540.zip
callback.c is not really used, nor is it part of GDB 4.18.
Notes
Notes: svn path=/head/; revision=60665
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index 6b054bd8df92..e34ff996fa4c 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 \
scm-valprint.c solib.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
+ version.c serial.c ser-unix.c ser-tcp.c
SRCS= init.c ${XSRCS}
.if exists(${.CURDIR}/Makefile.${MACHINE_ARCH})