Fix HPUX sim/Makefile.in compile problem

Andrew Cagney ac131313@cygnus.com
Tue Mar 16 22:45:00 GMT 1999


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:


More information about the Gdb-patches mailing list