This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] Restore SER_HARDWIRE


FYI,

I've checked in the attatched.

	Andrew
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>.
	
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.41
diff -p -r1.41 Makefile.in
*** Makefile.in	2000/08/02 11:11:46	1.41
--- Makefile.in	2000/08/04 04:08:01
***************
*** 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)
*************** ANNOTATE_OBS = annotate.o
*** 368,373 ****
--- 368,374 ----
  FLAGS_TO_PASS = \
  	"prefix=$(prefix)" \
  	"exec_prefix=$(exec_prefix)" \
+ 	"infodir=$(infodir)" \
  	"against=$(against)" \
  	"AR=$(AR)" \
  	"AR_FLAGS=$(AR_FLAGS)" \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]