diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-25 15:51:26 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-25 15:51:26 +0000 |
commit | bbd12626ca8547394d0ffba69f8c28b79a406ff5 (patch) | |
tree | da85c81d9b7bb64b963b1a7c4c4c3fecb6f516a8 /gcc/Makefile.in | |
parent | e2914898246f1d8711a7a26e69b87a70cc9f09c2 (diff) | |
download | gcc-bbd12626ca8547394d0ffba69f8c28b79a406ff5.tar.gz |
(clh 6)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202893 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index a2e3f7af2ba..62b5eab2214 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3894,7 +3894,10 @@ 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 \ + c-family/c-target-hooks-def.h # In order for parallel make to really start compiling the expensive # objects from $(OBJS) as early as possible, build all their |