* Makefile.in (insn-output.o): Depend on insn-codes.h.

From-SVN: r47443
This commit is contained in:
Kaveh R. Ghazi 2001-11-29 17:12:52 +00:00 committed by Kaveh Ghazi
parent d3945f0a4e
commit 298d914f05
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-11-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (insn-output.o): Depend on insn-codes.h.
2001-11-29 Joseph S. Myers <jsm28@cam.ac.uk>
* configure.in (target_list): Add generated-manpages.

View File

@ -1749,7 +1749,7 @@ s-attrtab : $(md_file) genattrtab$(build_exeext) $(srcdir)/move-if-change
insn-output.o : insn-output.c $(CONFIG_H) $(RTL_H) $(GGC_H) $(REGS_H) real.h \
conditions.h hard-reg-set.h insn-config.h $(INSN_ATTR_H) $(EXPR_H) \
output.h $(RECOG_H) function.h $(SYSTEM_H) toplev.h flags.h \
$(TM_P_H)
insn-codes.h $(TM_P_H)
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -c insn-output.c
insn-output.c: s-output ; @true