FYI, Makefile.in restore

Andrew Cagney ac131313@cygnus.com
Fri Jun 30 22:48:00 GMT 2000


FYI,

I've restored in the attatched. The change was lost during a jumbo
merge.
Please remember to read those diffs before committing/posting them.

	Andrew
Sat Jul  1 15:40:14 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* Makefile.in (SER_HARDWIRE): Restore code to set it by configure.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.36
diff -p -r1.36 Makefile.in
*** Makefile.in	2000/06/16 21:02:21	1.36
--- Makefile.in	2000/07/01 05:43:15
***************
*** 1,5 ****
! # Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
! # Free Software Foundation, Inc.
  
  # This file is part of GDB.
  
--- 1,5 ----
! # Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
! # 1998, 1999, 2000 Free Software Foundation, Inc.
  
  # This file is part of GDB.
  
*************** RUNTESTFLAGS=
*** 342,348 ****
  # 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
  
  # The `remote' debugging target is supported for most architectures,
  # but not all (e.g. 960)
--- 342,348 ----
  # 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_HARDWIRE@
  
  # The `remote' debugging target is supported for most architectures,
  # but not all (e.g. 960)


More information about the Gdb-patches mailing list