Add forgotten dependancy
authorMike Stump <mrs@gcc.gnu.org>
Thu, 25 Mar 1993 19:39:29 +0000 (19:39 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 25 Mar 1993 19:39:29 +0000 (19:39 +0000)
From-SVN: r3878

gcc/Makefile.in

index 6c84291bcc88112467dc95024f680fe65268fd56..d94f5ba08656cc1ea00b569882445f8cdfcc13c4 100644 (file)
@@ -840,7 +840,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
+   insn-attr.h xcoffout.h defaults.h
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
          $(MAYBE_TARGET_DEFAULT) $(MAYBE_USE_COLLECT2) \
          -c `echo $(srcdir)/toplev.c | sed 's,^\./,,'`