[Missed by the previous cvs commit!]
authorRoger Sayle <sayle@gcc.gnu.org>
Wed, 5 Jan 2005 17:31:37 +0000 (17:31 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Wed, 5 Jan 2005 17:31:37 +0000 (17:31 +0000)
* Makefile.in (c-common.o): Update dependencies.

From-SVN: r92958

gcc/Makefile.in

index a772ccd..b266be8 100644 (file)
@@ -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)