Commit 6f93378c by Andrew Pinski Committed by Andrew Pinski

Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H).

2005-12-14  Andrew Pinski  <pinskia@physics.uc.edu>

        * Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H).

From-SVN: r108538
parent 69642eae
2005-12-14 Andrew Pinski <pinskia@physics.uc.edu>
* Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H).
2005-12-07 Rafael vila de Espndola <rafael.espindola@gmail.com> 2005-12-07 Rafael vila de Espndola <rafael.espindola@gmail.com>
* Make-lang.in (obj-c++.all.build, obj-c++.install-normal): Remove. * Make-lang.in (obj-c++.all.build, obj-c++.install-normal): Remove.
......
...@@ -75,7 +75,7 @@ objcp/objcp-lang.o : objcp/objcp-lang.c \ ...@@ -75,7 +75,7 @@ objcp/objcp-lang.o : objcp/objcp-lang.c \
objcp/objcp-decl.o : objcp/objcp-decl.c \ objcp/objcp-decl.o : objcp/objcp-decl.c \
$(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(C_TREE_H) \ $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(C_TREE_H) \
toplev.h $(GGC_H) c-pragma.h input.h flags.h output.h objc/objc-act.h \ toplev.h $(GGC_H) c-pragma.h input.h flags.h output.h objc/objc-act.h \
objcp/objcp-decl.h tree-gimple.h objcp/objcp-decl.h tree-gimple.h $(EXPR_H)
# The following must be an explicit rule; please keep in sync with the implicit # The following must be an explicit rule; please keep in sync with the implicit
# one in Makefile.in. # one in Makefile.in.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment