diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2010-06-10 17:04:13 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2010-06-10 17:04:13 +0000 |
commit | 7530c4809276954eebc6cfa9a41452d15da31bdb (patch) | |
tree | 6941ae33b2384d00c2626e4e4804a2a119cf0c16 /Makefile.in | |
parent | 78f12dd3eb06021e88367087844a64d7aee6beab (diff) | |
download | binutils-gdb-7530c4809276954eebc6cfa9a41452d15da31bdb.tar.gz |
* Makefile.def (configure-gcc): Depend on all-libelf.
* Makefile.in: Rebuild.
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 |