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: Minor Makefile.in cleanup



2001-05-08  Jim Blandy  <jimb@redhat.com>

	* Makefile.in (obstack_h, target_h): Define; these are already
	used elsewhere, but have been expanding to the empty string.
	(memattr_h): Define; needed by target_h.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.81
diff -c -c -b -F'^(' -r1.81 Makefile.in
*** Makefile.in	2001/05/01 20:15:43	1.81
--- Makefile.in	2001/05/09 05:17:26
***************
*** 555,560 ****
--- 555,561 ----
  dis-asm_h =	$(INCLUDE_DIR)/dis-asm.h 
  remote-sim_h =	$(INCLUDE_DIR)/remote-sim.h
  demangle_h =    $(INCLUDE_DIR)/demangle.h
+ obstack_h =     $(INCLUDE_DIR)/obstack.h
  
  dcache_h = dcache.h
  remote_utils_h = $(dcache_h) serial.h target.h remote-utils.h $(remote-sim_h)
***************
*** 597,602 ****
--- 598,605 ----
  
  top_h =		top.h
  inferior_h =	inferior.h $(breakpoint_h)
+ target_h =      target.h $(bfd_h) $(symtab_h) $(dcache_h) $(memattr_h)
+ memattr_h =     memattr.h
  tracepoint_h =	tracepoint.h
  ax_h = 		ax.h
  event_loop_h =  event-loop.h


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