From: Richard Kenner Date: Fri, 30 Dec 1994 13:00:38 +0000 (-0500) Subject: (c-decl.o, c-typeck.o, toplev.o, varasm.o): Include output.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad0ad21356c50f1509c5ebf6500cf79261f42467;p=gcc.git (c-decl.o, c-typeck.o, toplev.o, varasm.o): Include output.h. From-SVN: r8713 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 47896b1ad95..6db7c8ad33c 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -986,8 +986,8 @@ $(srcdir)/c-gperf.h: $(srcdir)/c-parse.gperf $(srcdir)/c-parse.gperf >tmp-gperf.h $(srcdir)/move-if-change tmp-gperf.h $(srcdir)/c-gperf.h -c-decl.o : c-decl.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h flags.h -c-typeck.o : c-typeck.c $(CONFIG_H) $(TREE_H) c-tree.h flags.h +c-decl.o : c-decl.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h flags.h output.h +c-typeck.o : c-typeck.c $(CONFIG_H) $(TREE_H) c-tree.h flags.h output.h c-lang.o : c-lang.c $(CONFIG_H) $(TREE_H) c-lex.o : c-lex.c $(CONFIG_H) $(TREE_H) c-lex.h c-tree.h $(srcdir)/c-parse.h \ input.h flags.h $(srcdir)/c-gperf.h @@ -1055,7 +1055,7 @@ print-tree.o : print-tree.c $(CONFIG_H) $(TREE_H) stor-layout.o : stor-layout.c $(CONFIG_H) $(TREE_H) function.h fold-const.o : fold-const.c $(CONFIG_H) $(TREE_H) flags.h toplev.o : toplev.c $(CONFIG_H) $(TREE_H) $(RTL_H) flags.h input.h \ - insn-attr.h xcoffout.h defaults.h + insn-attr.h xcoffout.h defaults.h output.h $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(MAYBE_TARGET_DEFAULT) $(MAYBE_USE_COLLECT2) \ -c `echo $(srcdir)/toplev.c | sed 's,^\./,,'` @@ -1067,7 +1067,8 @@ rtlanal.o : rtlanal.c $(CONFIG_H) $(RTL_H) toplev.o: bytecode.h bc-emit.h varasm.o : varasm.c $(CONFIG_H) $(TREE_H) $(RTL_H) flags.h function.h \ - defaults.h insn-codes.h expr.h hard-reg-set.h regs.h xcoffout.h bytecode.h + defaults.h insn-codes.h expr.h hard-reg-set.h regs.h xcoffout.h \ + output.h bytecode.h function.o : function.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h function.h \ insn-flags.h insn-codes.h expr.h regs.h hard-reg-set.h insn-config.h \ recog.h output.h bytecode.h