This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH to cp/Make-lang.in


This patch corrects a thinko (reported in private by Gerald).

Bootstrapped on an i686-pc-linux-gnu.

-- Gaby

2003-03-30  Gabriel Dos Reis  <gdr at integrable-solutions dot net>

	* Make-lang.in (cp/name-lookup.o): Add more dependencies.

Index: Make-lang.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/Make-lang.in,v
retrieving revision 1.143
diff -p -r1.143 Make-lang.in
*** Make-lang.in	30 Mar 2003 13:18:17 -0000	1.143
--- Make-lang.in	30 Mar 2003 20:11:33 -0000
*************** cp/mangle.o: cp/mangle.c $(CXX_TREE_H) $
*** 276,279 ****
  
  cp/parser.o: cp/parser.c $(CXX_TREE_H) $(TM_H) diagnostic.h gt-cp-parser.h output.h
  
! cp/name-lookup.o: cp/name-lookup.c $(CXX_TREE_H)
--- 276,280 ----
  
  cp/parser.o: cp/parser.c $(CXX_TREE_H) $(TM_H) diagnostic.h gt-cp-parser.h output.h
  
! cp/name-lookup.o: cp/name-lookup.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
! 	$(TM_H) $(CXX_TREE_H) timevar.h


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