* Makefile.def (host_modules): Set bootstrap=true for flex.
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 8 Jul 2004 19:46:05 +0000 (19:46 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 8 Jul 2004 19:46:05 +0000 (19:46 +0000)
* Makefile.tpl (all-gcc): Depend on texinfo and flex.
* Makefile.in: Rebuilt.

ChangeLog
Makefile.def
Makefile.in
Makefile.tpl

index 2da98a5e3c0400be3e1232f93c1d7767a97ae657..799db0ad4ed1f71364b1bac7c893d0996f247fbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.def (host_modules): Set bootstrap=true for flex.
+       * Makefile.tpl (all-gcc): Depend on texinfo and flex.
+       * Makefile.in: Rebuilt.
+
 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
 
        * Makefile.def (build_modules): Add bison, byacc, flex,
index 511876f81238dbf586dae0ebd77231512956b3c8..21f2c7c8fc0cf6aba1576d6d8ae5b51476ff4ec9 100644 (file)
@@ -50,7 +50,7 @@ host_modules= { module= fastjar; no_check_cross= true; };
 host_modules= { module= fileutils; };
 host_modules= { module= findutils; };
 host_modules= { module= find; };
-host_modules= { module= flex; no_check_cross= true; };
+host_modules= { module= flex; no_check_cross= true; bootstrap=true; };
 host_modules= { module= gas; bootstrap=true; };
 host_modules= { module= gawk; };
 host_modules= { module= gettext; };
index 2dbd157a3a3fe6dac1fbf1045398d7bf8028f154..489c642ebe2a694ca8d6f184eb8c60e4de66ef42 100644 (file)
@@ -29195,13 +29195,13 @@ 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 
 # all-build-libiberty correct; it would be better to build it every time.
 all-gcc: maybe-all-build-libiberty
-all-bootstrap: maybe-all-binutils maybe-all-bison maybe-all-byacc maybe-all-gas maybe-all-intl maybe-all-ld maybe-all-libcpp maybe-all-libbanshee maybe-all-libiberty maybe-all-texinfo maybe-all-zlib 
+all-bootstrap: maybe-all-binutils maybe-all-bison maybe-all-byacc maybe-all-flex maybe-all-gas maybe-all-intl maybe-all-ld maybe-all-libcpp maybe-all-libbanshee maybe-all-libiberty maybe-all-texinfo maybe-all-zlib 
 
 # Host modules specific to gdb.
 # GDB needs to know that the simulator is being built.
index 014aa879ce768547d3668a72ba4333682f3d8168..38ff3dbb4219cb2eca67c04e316b8190a752022a 100644 (file)
@@ -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 
This page took 0.060962 seconds and 4 git commands to generate.