diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-06-12 06:09:06 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-06-12 06:09:06 +0000 |
commit | aff38e615afd1228264b250e9046acf191886d79 (patch) | |
tree | 99d3db4aacb704236134a32411ec808f4aa0eb95 /gdb/Makefile.in | |
parent | 5213ab06927fc0c8cc3d461c641a56e35eb50e6d (diff) | |
download | gdb-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.in | 2 |
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) |