* Make-lang.in (cp/lambda.o): Add dependencies.
From-SVN: r202238
This commit is contained in:
parent
07cde0baec
commit
13ed1c03ed
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-09-03 Mike Stump <mikestump@comcast.net>
|
||||
|
||||
* Make-lang.in (cp/lambda.o): Add dependencies.
|
||||
|
||||
2013-09-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||
|
||||
* cxx-pretty-print.h (cxx_pretty_printer::type_id): Declare as
|
||||
|
|
|
@ -351,6 +351,7 @@ cp/vtable-class-hierarchy.o: cp/vtable-class-hierarchy.c \
|
|||
cp/name-lookup.o: cp/name-lookup.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(CXX_TREE_H) $(TIMEVAR_H) gt-cp-name-lookup.h $(PARAMS_H) \
|
||||
$(DIAGNOSTIC_CORE_H) $(FLAGS_H) debug.h pointer-set.h
|
||||
cp/lambda.o: cp/lambda.c $(CXX_TREE_H) $(CGRAPH_H) $(VEC_H) $(SYSTEM_H) coretypes.h
|
||||
|
||||
cp/cxx-pretty-print.o: cp/cxx-pretty-print.c $(CXX_PRETTY_PRINT_H) \
|
||||
$(CONFIG_H) $(SYSTEM_H) $(TM_H) coretypes.h $(CXX_TREE_H) tree-pretty-print.h
|
||||
|
|
Loading…
Add table
Reference in a new issue