Add dependency of 'diagnostic.o' on 'diagnostic.c'

From-SVN: r32886
This commit is contained in:
Nick Clifton 2000-04-03 19:30:12 +00:00 committed by Nick Clifton
parent 0c2534d98d
commit c7b95850fb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-04-03 Nick Clifton <nickc@cygnus.com>
* Makefile.in (diagnostic.o): Depend upon diagnostic.c
2000-04-03 Philip Blundell <philb@gnu.org>
* config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.

View File

@ -1492,7 +1492,7 @@ stor-layout.o : stor-layout.c $(CONFIG_H) system.h $(TREE_H) flags.h \
function.h $(EXPR_H) $(RTL_H) toplev.h ggc.h
fold-const.o : fold-const.c $(CONFIG_H) system.h $(TREE_H) flags.h toplev.h \
$(RTL_H) ggc.h
diagnostic.o : $(CONFIG_H) system.h $(TREE_H) $(RTL_H) tm_p.h flags.h \
diagnostic.o : diagnostic.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) tm_p.h flags.h \
input.h insn-attr.h insn-codes.h insn-config.h toplev.h intl.h
toplev.o : toplev.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) function.h \
flags.h input.h insn-attr.h xcoffout.h defaults.h output.h \