diff options
author | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-18 15:58:17 +0000 |
---|---|---|
committer | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-18 15:58:17 +0000 |
commit | 86d469a77c91cbc12c545f5c1023227559b14aeb (patch) | |
tree | a1884d31adee05133e95bcd15ab2481130694138 /Makefile.in | |
parent | 8da7bb5dd6c77a23e2091bb335f34575948242ca (diff) | |
download | gcc-86d469a77c91cbc12c545f5c1023227559b14aeb.tar.gz |
* Makefile.def: Add dependency from configure-gdb to all-bfd.
* Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125811 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 785f53ba45a..e34410cf18b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49030,10 +49030,10 @@ configure-stageprofile-mpfr: maybe-all-stageprofile-gmp configure-stagefeedback-mpfr: maybe-all-stagefeedback-gmp configure-gdb: maybe-configure-intl configure-gdb: maybe-configure-sim +configure-gdb: maybe-all-bfd all-gdb: maybe-all-intl all-gdb: maybe-all-libiberty all-gdb: maybe-all-opcodes -all-gdb: maybe-all-bfd all-gdb: maybe-all-readline all-gdb: maybe-all-build-bison all-gdb: maybe-all-build-byacc |