diff options
author | DJ Delorie <dj@redhat.com> | 2004-12-08 18:57:27 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-12-08 18:57:27 +0000 |
commit | 21fde4dc3d3c88a91468b1853a602e55f6f3ade5 (patch) | |
tree | 28397f0d54f43dec3da30d2d9ce6d175f6d23c19 /Makefile.in | |
parent | abe84df79712306f5edbbea4b5e35dc63920fb42 (diff) | |
download | gdb-21fde4dc3d3c88a91468b1853a602e55f6f3ade5.zip gdb-21fde4dc3d3c88a91468b1853a602e55f6f3ade5.tar.gz gdb-21fde4dc3d3c88a91468b1853a602e55f6f3ade5.tar.bz2 |
* Makefile.tpl: Generate normal dependencies if the LHS module is
not bootstrapped.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in index 63dc6ea..45c4059 100644 --- a/Makefile.in +++ b/Makefile.in @@ -35172,13 +35172,6 @@ all-stage4-gcc: maybe-all-stage4-libiberty all-stageprofile-gcc: maybe-all-stageprofile-libiberty all-stagefeedback-gcc: maybe-all-stagefeedback-libiberty all-gcc: maybe-all-fixincludes - -all-stage1-gcc: maybe-all-stage1-fixincludes -all-stage2-gcc: maybe-all-stage2-fixincludes -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 |