* Makefile.in (langhooks.o): Update dependencies.

From-SVN: r49956
This commit is contained in:
Diego Novillo 2002-02-22 04:42:38 +00:00 committed by Diego Novillo
parent 29ac78d5fe
commit 667ada9b65
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-02-21 Diego Novillo <dnovillo@redhat.com>
* Makefile.in (langhooks.o): Update dependencies.
2002-02-21 Diego Novillo <dnovillo@redhat.com>
* langhooks.c: Include flags.h.

View File

@ -1323,7 +1323,8 @@ prefix.o: prefix.c $(CONFIG_H) $(SYSTEM_H) Makefile prefix.h
convert.o: convert.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h convert.h toplev.h
langhooks.o : langhooks.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) toplev.h \
tree-inline.h $(RTL_H) insn-config.h integrate.h langhooks.h langhooks-def.h
tree-inline.h $(RTL_H) insn-config.h integrate.h langhooks.h \
langhooks-def.h flags.h
tree.o : tree.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h function.h toplev.h \
$(GGC_H) $(HASHTAB_H) $(TARGET_H) output.h $(TM_P_H) langhooks.h
tree-dump.o: tree-dump.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(C_TREE_H) \