diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2004-11-12 19:38:13 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2004-11-12 19:38:13 +0000 |
commit | 509dd1fa21ccd1247b32b1abbb259adeff0cb71e (patch) | |
tree | ffd8877608735669447bbc8518c82e596d83e718 /Makefile.in | |
parent | 72f74ebe892bda609a4446d96c67fda08a6e350c (diff) | |
download | gdb-509dd1fa21ccd1247b32b1abbb259adeff0cb71e.tar.gz |
PR 18423
* configure.in: Remove all instances of build-fixincludes from
noconfigdirs.
(build_configargs): Supply --target to subdirectories.
* configure: Regenerate.
* Makefile.def: Make gcc install depend on fixincludes install.
* Makefile.in: Regenerate.
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 |