Commit c7b95850 by Nick Clifton Committed by Nick Clifton

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

From-SVN: r32886
parent 0c2534d9
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.
......
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment