Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gdb/config/vax Add ser-tcp.o to XDEPFILES...



details:   https://anonhg.NetBSD.org/src/rev/66a25d523620
branches:  trunk
changeset: 518372:66a25d523620
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Nov 29 08:24:21 2001 +0000

description:
Add ser-tcp.o to XDEPFILES so that "target remote host:port" works,
like GDB on other NetBSD hosts.

diffstat:

 gnu/dist/toolchain/gdb/config/vax/nbsd.mh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r 294bf5d754c1 -r 66a25d523620 gnu/dist/toolchain/gdb/config/vax/nbsd.mh
--- a/gnu/dist/toolchain/gdb/config/vax/nbsd.mh Thu Nov 29 08:23:26 2001 +0000
+++ b/gnu/dist/toolchain/gdb/config/vax/nbsd.mh Thu Nov 29 08:24:21 2001 +0000
@@ -1,5 +1,5 @@
 # Host: DEC VAX running NetBSD
-XDEPFILES=
+XDEPFILES= ser-tcp.o
 NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o vaxnbsd-nat.o solib.o
 XM_FILE= xm-nbsd.h
 NAT_FILE= nm-nbsd.h



Home | Main Index | Thread Index | Old Index