Add ser-tcp.o to XDEPFILES so that "target remote host:port" works,
like GDB on other NetBSD hosts.
This commit is contained in:
parent
5715014189
commit
20241f1e3d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue