diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/Makefile.in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index decd41c..39054b2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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. 2002-02-21 Aldy Hernandez <aldyh@redhat.com> diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 59f1d3a..a7f05d4 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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) \ |
