aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-06-12 06:09:06 +0000
committerAndrew Cagney <cagney@redhat.com>2000-06-12 06:09:06 +0000
commitaff38e615afd1228264b250e9046acf191886d79 (patch)
tree99d3db4aacb704236134a32411ec808f4aa0eb95 /gdb/Makefile.in
parent5213ab06927fc0c8cc3d461c641a56e35eb50e6d (diff)
downloadgdb-aff38e615afd1228264b250e9046acf191886d79.zip
gdb-aff38e615afd1228264b250e9046acf191886d79.tar.gz
gdb-aff38e615afd1228264b250e9046acf191886d79.tar.bz2
Set SER_HARDWIRE using autoconf instead of via XDEPFILES. Include
ser-tcp.o by default.
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 0963cda..7d0474f 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -342,7 +342,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-pipe.o
+SER_HARDWIRE = @SER_HARDWIRE@
# The `remote' debugging target is supported for most architectures,
# but not all (e.g. 960)