Revert SER_HARDWIRE regression.
authorAndrew Cagney <cagney@redhat.com>
Fri, 4 Aug 2000 09:27:18 +0000 (09:27 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 4 Aug 2000 09:27:18 +0000 (09:27 +0000)
gdb/ChangeLog
gdb/Makefile.in

index 162921884234f4ed480ea57fb1a7372482007efb..093750203a8e267bd129f3db5f06a780af33ce32 100644 (file)
@@ -1,3 +1,8 @@
+Fri Aug  4 14:05:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (infodir, SER_HARDWIRE): Fix merge problems from
+       2000-07-07 Michael Snyder <msnyder@cleaver.cygnus.com>.
+       
 Wed Aug  2 21:15:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Add.
index 9d4aa8c9212845cd55ac1e9f10c2d6e1f583e909..44610ff5926b9508de31d0e830df5b4a26908d9d 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)
@@ -368,6 +368,7 @@ ANNOTATE_OBS = annotate.o
 FLAGS_TO_PASS = \
        "prefix=$(prefix)" \
        "exec_prefix=$(exec_prefix)" \
+       "infodir=$(infodir)" \
        "against=$(against)" \
        "AR=$(AR)" \
        "AR_FLAGS=$(AR_FLAGS)" \
This page took 0.02938 seconds and 4 git commands to generate.