diff options
author | Jeff Holcomb <jeffh@redhat.com> | 2001-11-14 05:49:24 +0000 |
---|---|---|
committer | Jeff Holcomb <jeffh@redhat.com> | 2001-11-14 05:49:24 +0000 |
commit | 3feb3d8abaeac584cc4ae4474a16f7ad6ef10328 (patch) | |
tree | 98b3fcd8c2d379dee2469fec343d174ffda6e668 /Makefile.in | |
parent | bf6fbb51555b84f1f762b421452fe4fc76309e7b (diff) | |
download | gdb-3feb3d8abaeac584cc4ae4474a16f7ad6ef10328.tar.gz |
2001-11-13 Jeff Holcomb <jeffh@redhat.com>
* Makefile.in (all-bison): Revert 2001-10-24.
Don't depend on texinfo.
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 2b713fa5787..986cbd569d7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1578,7 +1578,7 @@ all-automake: all-m4 all-texinfo all-bash: all-bfd: all-libiberty all-intl all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc all-intl -all-bison: +all-bison: all-texinfo configure-target-boehm-gc: $(ALL_GCC_CXX) configure-target-qthreads all-target-boehm-gc: configure-target-boehm-gc configure-target-bsp: $(ALL_GCC_C) |