diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-07-01 05:49:13 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-07-01 05:49:13 +0000 |
commit | 45f9696ab64a0af48d2d54dfeff74393fac0e971 (patch) | |
tree | b0895c38a7b88f41ae67b2b299fc31155b23dd49 /gdb/Makefile.in | |
parent | 0bdaf48bac96b318feed22ef57035b06133fcf2f (diff) | |
download | gdb-45f9696ab64a0af48d2d54dfeff74393fac0e971.zip gdb-45f9696ab64a0af48d2d54dfeff74393fac0e971.tar.gz gdb-45f9696ab64a0af48d2d54dfeff74393fac0e971.tar.bz2 |
Restore setting of SER_HARDWIRE. Lost during rs6000 merge.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c8c5e7a..267c687 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1,5 +1,5 @@ -# Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 -# Free Software Foundation, Inc. +# Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, +# 1998, 1999, 2000 Free Software Foundation, Inc. # This file is part of GDB. @@ -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) |