diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-10 16:44:04 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-10 16:44:04 +0000 |
commit | 753a7a0735f45f10594c25528e396611a7e49845 (patch) | |
tree | 1760b0f0c79b48128ce8ae6b645bee33aee8f86c /Makefile.in | |
parent | ec87b3ce047bf33ad56eaa7718d317f24ae1e414 (diff) | |
download | gcc-753a7a0735f45f10594c25528e396611a7e49845.tar.gz |
* Makefile.def (configure-gcc): Depend on all-libelf.
* Makefile.in: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160560 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in index d1d8b323ba3..22a77d261aa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57763,6 +57763,14 @@ configure-stage3-gcc: maybe-all-stage3-gold configure-stage4-gcc: maybe-all-stage4-gold configure-stageprofile-gcc: maybe-all-stageprofile-gold configure-stagefeedback-gcc: maybe-all-stagefeedback-gold +configure-gcc: maybe-all-libelf + +configure-stage1-gcc: maybe-all-stage1-libelf +configure-stage2-gcc: maybe-all-stage2-libelf +configure-stage3-gcc: maybe-all-stage3-libelf +configure-stage4-gcc: maybe-all-stage4-libelf +configure-stageprofile-gcc: maybe-all-stageprofile-libelf +configure-stagefeedback-gcc: maybe-all-stagefeedback-libelf all-gcc: all-libiberty all-stage1-gcc: all-stage1-libiberty @@ -57819,14 +57827,6 @@ all-stage3-gcc: maybe-all-stage3-cloog all-stage4-gcc: maybe-all-stage4-cloog all-stageprofile-gcc: maybe-all-stageprofile-cloog all-stagefeedback-gcc: maybe-all-stagefeedback-cloog -all-gcc: maybe-all-libelf - -all-stage1-gcc: maybe-all-stage1-libelf -all-stage2-gcc: maybe-all-stage2-libelf -all-stage3-gcc: maybe-all-stage3-libelf -all-stage4-gcc: maybe-all-stage4-libelf -all-stageprofile-gcc: maybe-all-stageprofile-libelf -all-stagefeedback-gcc: maybe-all-stagefeedback-libelf all-gcc: maybe-all-build-texinfo all-stage1-gcc: maybe-all-build-texinfo |