aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@redhat.com>2002-02-22 04:42:38 +0000
committerDiego Novillo <dnovillo@gcc.gnu.org>2002-02-21 23:42:38 -0500
commit667ada9b65966d513594bc25c1f50cb8c3772e4c (patch)
tree4f1c8a3f30ec34bb794c3a0b69422d360226f67e /gcc
parent29ac78d5fe05c668d51933a723cae86187886383 (diff)
downloadgcc-667ada9b65966d513594bc25c1f50cb8c3772e4c.zip
gcc-667ada9b65966d513594bc25c1f50cb8c3772e4c.tar.gz
gcc-667ada9b65966d513594bc25c1f50cb8c3772e4c.tar.bz2
* Makefile.in (langhooks.o): Update dependencies.
From-SVN: r49956
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in3
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) \