diff options
author | Mark Mitchell <mark@codesourcery.com> | 2004-07-06 16:28:29 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-07-06 16:28:29 +0000 |
commit | 9bc813131482755edb213ddb5308c15f123c81c0 (patch) | |
tree | 121a4173459ce3e000eb355e65facff26a966f5f /gcc | |
parent | c09bade66238d64dbe68f1333b854b8659aaa547 (diff) | |
download | gcc-9bc813131482755edb213ddb5308c15f123c81c0.zip gcc-9bc813131482755edb213ddb5308c15f123c81c0.tar.gz gcc-9bc813131482755edb213ddb5308c15f123c81c0.tar.bz2 |
Makefile.in (langhooks.o): Do not depend on gt-langhooks.h.
* Makefile.in (langhooks.o): Do not depend on gt-langhooks.h.
(gt-langhooks.h): Remove.
From-SVN: r84158
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/Makefile.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 24d27bb..fe69129 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-07-06 Mark Mitchell <mark@codesourcery.com> + + * Makefile.in (langhooks.o): Do not depend on gt-langhooks.h. + (gt-langhooks.h): Remove. + 2004-07-06 George Helffrich <george@gly.bris.ac.uk> * xcoffout.h (DBX_FINISH_SYMBOL): Fix typo. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 5a7929e..bc64b37 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1566,7 +1566,7 @@ convert.o: convert.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(FLA langhooks.o : langhooks.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) toplev.h \ tree-inline.h $(RTL_H) insn-config.h $(INTEGRATE_H) langhooks.h \ - $(LANGHOOKS_DEF_H) $(FLAGS_H) $(GGC_H) gt-langhooks.h diagnostic.h + $(LANGHOOKS_DEF_H) $(FLAGS_H) $(GGC_H) diagnostic.h tree.o : tree.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(FLAGS_H) function.h \ toplev.h $(GGC_H) $(HASHTAB_H) $(TARGET_H) output.h $(TM_P_H) langhooks.h \ real.h gt-tree.h tree-iterator.h $(BASIC_BLOCK_H) $(TREE_FLOW_H) opts.h @@ -2368,7 +2368,7 @@ gt-tree-alias-common.h gt-tree-mudflap.h \ gt-tree-ssa-ccp.h gt-tree-eh.h \ gt-tree-ssanames.h gt-tree-iterator.h gt-gimplify.h \ gt-tree-phinodes.h gt-tree-cfg.h gt-tree-nested.h \ -gt-stringpool.h gt-langhooks.h : s-gtype ; @true +gt-stringpool.h : s-gtype ; @true gtyp-gen.h: s-gtyp-gen ; @true s-gtyp-gen: Makefile |