aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-05-31 03:40:06 +0000
committerFred Fish <fnf@specifix.com>1993-05-31 03:40:06 +0000
commit8f1cc6c6ff538dadb23e0403224bf5bd42d1b876 (patch)
treec0e65567047570acc1604c6e34e75f6428370d3b /gdb/Makefile.in
parentc701c14c41914d9a32bde5159fbc3d6270f1fff3 (diff)
downloadgdb-8f1cc6c6ff538dadb23e0403224bf5bd42d1b876.zip
gdb-8f1cc6c6ff538dadb23e0403224bf5bd42d1b876.tar.gz
gdb-8f1cc6c6ff538dadb23e0403224bf5bd42d1b876.tar.bz2
* Makefile.in (SER_HARDWIRE): Temporarily comment out ser-tcp.o.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 0e34521..f5e84a8 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -185,7 +185,7 @@ RUNTESTFLAGS=
# part of libiberty) a POSIX interface. But at least for now the
# host-dependent makefile fragment might need to use something else
# besides ser-unix.o
-SER_HARDWIRE=ser-unix.o ser-tcp.o
+SER_HARDWIRE=ser-unix.o # ser-tcp.o
# Host and target-dependent makefile fragments come in here.
####