Message ID | 1377007156-540-3-git-send-email-tromey@redhat.com |
---|---|
State | New |
Headers | show |
Il 20/08/2013 15:59, Tom Tromey ha scritto: > A few generated files were not mentioned in the generated_files > variable. This fixes the problem. > > * Makefile.in (generated_files): Add options.h, > target-hooks-def.h, insn-opinit.h, > common/common-target-hooks-def.h, pass-instances.def. > --- > gcc/Makefile.in | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/gcc/Makefile.in b/gcc/Makefile.in > index 8d2fd23..415f085 100644 > --- a/gcc/Makefile.in > +++ b/gcc/Makefile.in > @@ -3880,7 +3880,9 @@ s-gtype: build/gengtype$(build_exeext) $(filter-out [%], $(GTFILES)) \ > generated_files = config.h tm.h $(TM_P_H) $(TM_H) multilib.h \ > $(simple_generated_h) specs.h \ > tree-check.h genrtl.h insn-modes.h tm-preds.h tm-constrs.h \ > - $(ALL_GTFILES_H) gtype-desc.c gtype-desc.h gcov-iov.h > + $(ALL_GTFILES_H) gtype-desc.c gtype-desc.h gcov-iov.h \ > + options.h target-hooks-def.h insn-opinit.h \ > + common/common-target-hooks-def.h pass-instances.def > > # In order for parallel make to really start compiling the expensive > # objects from $(OBJS) as early as possible, build all their > Ok. Paolo
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 8d2fd23..415f085 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3880,7 +3880,9 @@ s-gtype: build/gengtype$(build_exeext) $(filter-out [%], $(GTFILES)) \ generated_files = config.h tm.h $(TM_P_H) $(TM_H) multilib.h \ $(simple_generated_h) specs.h \ tree-check.h genrtl.h insn-modes.h tm-preds.h tm-constrs.h \ - $(ALL_GTFILES_H) gtype-desc.c gtype-desc.h gcov-iov.h + $(ALL_GTFILES_H) gtype-desc.c gtype-desc.h gcov-iov.h \ + options.h target-hooks-def.h insn-opinit.h \ + common/common-target-hooks-def.h pass-instances.def # In order for parallel make to really start compiling the expensive # objects from $(OBJS) as early as possible, build all their