summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-05 17:31:37 +0000
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-05 17:31:37 +0000
commit58604fff86606138a88310ab5ca9b81efa33c683 (patch)
treeafc4b54f4bb58c28a41e4cc25cc86f738933adf8 /gcc/Makefile.in
parent5000e21c6a4dbb633877d414f5fae9d1de6770c7 (diff)
downloadgcc-58604fff86606138a88310ab5ca9b81efa33c683.tar.gz
[Missed by the previous cvs commit!]
* Makefile.in (c-common.o): Update dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92958 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index a772ccd048b..b266be8801e 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1428,10 +1428,13 @@ tlink.o: tlink.c $(DEMANGLE_H) $(HASHTAB_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h
# A file used by all variants of C.
c-common.o : c-common.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
- $(OBSTACK_H) $(C_COMMON_H) $(FLAGS_H) toplev.h output.h $(C_PRAGMA_H) intl.h \
+ $(OBSTACK_H) $(C_COMMON_H) $(FLAGS_H) toplev.h output.h $(C_PRAGMA_H) \
$(GGC_H) $(EXPR_H) $(TM_P_H) builtin-types.def builtin-attrs.def \
$(DIAGNOSTIC_H) gt-c-common.h langhooks.h varray.h $(RTL_H) \
- $(TARGET_H) $(C_TREE_H) tree-iterator.h langhooks.h tree-mudflap.h
+ $(TARGET_H) $(C_TREE_H) tree-iterator.h langhooks.h tree-mudflap.h \
+ intl.h opts.h real.h $(CPPLIB_H) tree-inline.h $(HASHTAB_H) \
+ builtins.def
+
c-pretty-print.o : c-pretty-print.c $(C_PRETTY_PRINT_H) \
$(C_COMMON_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) real.h \
$(DIAGNOSTIC_H)