diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2004-07-08 19:46:05 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2004-07-08 19:46:05 +0000 |
commit | a7ee7660558245acc069e79f033b67f0a462e03f (patch) | |
tree | e9885392bea54848af689cb43e75dfc0ad463091 /Makefile.tpl | |
parent | 17a6716ad03a8b735c7b8afb36aa3b00665d6f34 (diff) | |
download | gdb-a7ee7660558245acc069e79f033b67f0a462e03f.zip gdb-a7ee7660558245acc069e79f033b67f0a462e03f.tar.gz gdb-a7ee7660558245acc069e79f033b67f0a462e03f.tar.bz2 |
* Makefile.def (host_modules): Set bootstrap=true for flex.
* Makefile.tpl (all-gcc): Depend on texinfo and flex.
* Makefile.in: Rebuilt.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 014aa87..38ff3db 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1675,7 +1675,7 @@ all-build-m4: maybe-all-build-libiberty maybe-all-build-texinfo # GCC needs to identify certain tools. # GCC also needs the information exported by the intl configure script. configure-gcc: maybe-configure-intl maybe-configure-binutils maybe-configure-gas maybe-configure-ld maybe-configure-bison maybe-configure-flex -all-gcc: maybe-all-libiberty maybe-all-intl maybe-all-bison maybe-all-byacc maybe-all-binutils maybe-all-gas maybe-all-ld maybe-all-zlib maybe-all-libbanshee maybe-all-libcpp +all-gcc: maybe-all-libiberty maybe-all-intl maybe-all-texinfo maybe-all-bison maybe-all-byacc maybe-all-flex maybe-all-binutils maybe-all-gas maybe-all-ld maybe-all-zlib maybe-all-libbanshee maybe-all-libcpp configure-libcpp: maybe-configure-libiberty maybe-configure-intl all-libcpp: maybe-all-libiberty maybe-all-intl # This is a slightly kludgy method of getting dependencies on |