This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

Fix HPUX sim/Makefile.in compile problem


Jim,

This is a straight lift of Mike Vermeulen patch to sim/Makefile.in to
fix a make problem.

	Andrew
Sun Mar 14 12:59:28 1999  Mike Vermeulen  <mev@ladybug.cup.hp.com>

	* Makefile.in: Remove continuation character from comment.


*** gdb-4.17.86/sim/Makefile.in	Thu May 28 12:05:30 1998
--- gdb-4.17.86.cagney/sim/Makefile.in	Tue Mar 16 01:03:46 1999
*************** FLAGS_TO_PASS = \
*** 95,101 ****
  	"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
  	"SHELL=$(SHELL)"
  
! #	"RUNTEST=$(RUNTEST)" \
  
  # The use of $$(x_FOR_TARGET) reduces the command line length by not
  # duplicating the lengthy definition.
--- 95,101 ----
  	"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
  	"SHELL=$(SHELL)"
  
! #	"RUNTEST=$(RUNTEST)" 
  
  # The use of $$(x_FOR_TARGET) reduces the command line length by not
  # duplicating the lengthy definition.
*************** TARGET_FLAGS_TO_PASS = \
*** 119,125 ****
  	"MAKEINFO=$(MAKEINFO)" \
  	"RUNTESTFLAGS=$(RUNTESTFLAGS)"
  
! #	"RUNTEST=$(RUNTEST)" \
  
  
  all:
--- 119,125 ----
  	"MAKEINFO=$(MAKEINFO)" \
  	"RUNTESTFLAGS=$(RUNTESTFLAGS)"
  
! #	"RUNTEST=$(RUNTEST)" 
  
  
  all: