PATCH to cp/Make-lang.in

Gabriel Dos Reis gdr@integrable-solutions.net
Sun Mar 30 20:20:00 GMT 2003


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@integrable-solutions.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



More information about the Gcc-patches mailing list