Makefile.in (build/gensupport.o): Depend on insn-modes.h.
* Makefile.in (build/gensupport.o): Depend on insn-modes.h. (build/genattr.o): Likewise. (build/genattrtab.o): Likewise. (build/gencodes.o): Likewise. (build/genconfig.o): Likewise. (build/genconstants.o): Likewise. (build/genemit.o): Likewise. (build/genextract.o): Likewise. (build/genflags.o): Likewise. From-SVN: r133527
This commit is contained in:
parent
3a9634be2d
commit
a8c86f3f81
2 changed files with 21 additions and 9 deletions
|
@ -1,3 +1,15 @@
|
|||
2008-03-25 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* Makefile.in (build/gensupport.o): Depend on insn-modes.h.
|
||||
(build/genattr.o): Likewise.
|
||||
(build/genattrtab.o): Likewise.
|
||||
(build/gencodes.o): Likewise.
|
||||
(build/genconfig.o): Likewise.
|
||||
(build/genconstants.o): Likewise.
|
||||
(build/genemit.o): Likewise.
|
||||
(build/genextract.o): Likewise.
|
||||
(build/genflags.o): Likewise.
|
||||
|
||||
2008-03-25 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* config/xtensa/xtensa.c (xtensa_va_start): Use build_int_cst
|
||||
|
|
|
@ -1971,7 +1971,7 @@ build/%.o : %.c bconfig.h
|
|||
$(BUILDCOMPILE) $<
|
||||
|
||||
# Dependencies on generated headers for various build/ objects.
|
||||
build/gensupport.o: $(GTM_H)
|
||||
build/gensupport.o: $(GTM_H) insn-modes.h
|
||||
build/ggc-none.o: gtype-desc.h
|
||||
build/min-insn-modes.o: insn-modes.h
|
||||
build/print-rtl.o: $(GTM_H) insn-modes.h
|
||||
|
@ -1980,17 +1980,17 @@ build/rtl.o: $(GTM_H) insn-modes.h gtype-desc.h
|
|||
build/vec.o: gtype-desc.h
|
||||
build/gencondmd.o: gencondmd.c $(GTM_H) insn-constants.h $(TM_P_H) \
|
||||
tm-constrs.h options.h gtype-desc.h genrtl.h tree-check.h
|
||||
build/genattr.o: $(GTM_H)
|
||||
build/genattrtab.o: $(GTM_H) gtype-desc.h
|
||||
build/genattr.o: $(GTM_H) insn-modes.h
|
||||
build/genattrtab.o: $(GTM_H) gtype-desc.h insn-modes.h
|
||||
build/genautomata.o: insn-modes.h $(GTM_H)
|
||||
build/gencheck.o: $(GTM_H) gencheck.h
|
||||
build/gencodes.o: $(GTM_H)
|
||||
build/gencodes.o: $(GTM_H) insn-modes.h
|
||||
build/genconditions.o: insn-modes.h
|
||||
build/genconfig.o: $(GTM_H)
|
||||
build/genconstants.o: $(GTM_H)
|
||||
build/genemit.o: $(GTM_H)
|
||||
build/genextract.o: $(GTM_H)
|
||||
build/genflags.o: $(GTM_H)
|
||||
build/genconfig.o: $(GTM_H) insn-modes.h
|
||||
build/genconstants.o: $(GTM_H) insn-modes.h
|
||||
build/genemit.o: $(GTM_H) insn-modes.h
|
||||
build/genextract.o: $(GTM_H) insn-modes.h
|
||||
build/genflags.o: $(GTM_H) insn-modes.h
|
||||
build/genmddeps.o: $(GTM_H) insn-modes.h
|
||||
build/genopinit.o: insn-modes.h $(GTM_H)
|
||||
build/genoutput.o: insn-modes.h $(GTM_H)
|
||||
|
|
Loading…
Add table
Reference in a new issue