diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-11-29 08:24:21 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-11-29 08:24:21 +0000 |
| commit | 20241f1e3d84be1a3817e10568308eb085593ed1 (patch) | |
| tree | 0d6b98b6f3b46222c9ccfea00001505fecb19349 /gnu | |
| parent | 5715014189aefc1726b267ba2e16fd402e14a3ca (diff) | |
Add ser-tcp.o to XDEPFILES so that "target remote host:port" works,
like GDB on other NetBSD hosts.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/toolchain/gdb/config/vax/nbsd.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/dist/toolchain/gdb/config/vax/nbsd.mh b/gnu/dist/toolchain/gdb/config/vax/nbsd.mh index 70bc4d757e6..c5ae7fbc4d8 100644 --- a/gnu/dist/toolchain/gdb/config/vax/nbsd.mh +++ b/gnu/dist/toolchain/gdb/config/vax/nbsd.mh @@ -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 |
