PATCH: Fix gnu-v2-abi.o dependencies

Jim Blandy jimb@zwingli.cygnus.com
Fri May 11 21:46:00 GMT 2001


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

	* Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
	dependencies.  Reorder dependencies to match #includes in file,
	for easier verification.
	
Index: gdb/Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.85
diff -c -r1.85 Makefile.in
*** gdb/Makefile.in	2001/05/10 20:31:45	1.85
--- gdb/Makefile.in	2001/05/12 04:07:01
***************
*** 1492,1499 ****
  gnu-nat.o: process_reply_S.h exc_request_S.h notify_S.h msg_reply_S.h \
  	exc_request_U.h msg_U.h gnu-nat.h
  
! gnu-v2-abi.o: gnu-v2-abi.c $(defs_h) $(cp_abi_h) $(gdb_string_h) $(symtab_h) \
! 	$(gdbtypes_h) $(value_h)
  
  h8300-tdep.o: h8300-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(regcache_h)
  
--- 1492,1499 ----
  gnu-nat.o: process_reply_S.h exc_request_S.h notify_S.h msg_reply_S.h \
  	exc_request_U.h msg_U.h gnu-nat.h
  
! gnu-v2-abi.o: gnu-v2-abi.c $(defs_h) $(gdb_string_h) $(symtab_h) \
! 	$(gdbtypes_h) $(value_h) $(demangle_h) $(cp_abi_h) 
  
  h8300-tdep.o: h8300-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(regcache_h)
  



More information about the Gdb-patches mailing list