Restore setting of SER_HARDWIRE. Lost during rs6000 merge.
authorAndrew Cagney <cagney@redhat.com>
Sat, 1 Jul 2000 05:49:13 +0000 (05:49 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 1 Jul 2000 05:49:13 +0000 (05:49 +0000)
gdb/ChangeLog
gdb/Makefile.in

index 54e5cc731a4abd1515ba558eba404a77b43834ac..437ac138caea3a9acab0dd7857f0ec57dce0fbfa 100644 (file)
@@ -1,3 +1,7 @@
+Sat Jul  1 15:40:14 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (SER_HARDWIRE): Restore code to set it by configure.
+
 2000-06-26  Kevin Buettner  <kevinb@redhat.com>
 
        * copying.awk: Eliminate use of PARAMS from this file.
index c8c5e7aa4f68b499ede3cba6f6bde2b0806f686d..267c687e07ca2bdd95a589787815b34f859eb1f2 100644 (file)
@@ -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)
This page took 0.029464 seconds and 4 git commands to generate.