diff options
author | Geoffrey Keating <geoffk@apple.com> | 2004-11-12 19:10:29 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2004-11-12 19:10:29 +0000 |
commit | 848556c2b12032ef3b6c2a857436320e4bdb0ffe (patch) | |
tree | 368ca914d2f9a8d298791add4c2f543d1fee16aa /Makefile.in | |
parent | 9af12c1b799458a390ca26d86970ebf1af1d8954 (diff) | |
download | gcc-848556c2b12032ef3b6c2a857436320e4bdb0ffe.tar.gz |
Makefile.def: Make gcc install depend on fixincludes install.
* Makefile.def: Make gcc install depend on fixincludes install.
* Makefile.in: Regenerate.
From-SVN: r90536
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 4b127034aab..a4ce938194d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -32900,6 +32900,7 @@ all-stage3-gcc: maybe-all-stage3-fixincludes all-stage4-gcc: maybe-all-stage4-fixincludes all-stageprofile-gcc: maybe-all-stageprofile-fixincludes all-stagefeedback-gcc: maybe-all-stagefeedback-fixincludes +install-gcc: maybe-install-fixincludes configure-libcpp: configure-libiberty configure-stage1-libcpp: configure-stage1-libiberty |