aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2004-07-08 19:45:01 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2004-07-08 19:45:01 +0000
commit95bcca470502e25b79b4b7820732d706bc7317aa (patch)
treef0c88ec133a0f22d87e23ee995afa4dc2a939f85 /Makefile.def
parent60c9a35baf5b40b1fc9f58fb4f033ed083355a87 (diff)
downloadgcc-95bcca470502e25b79b4b7820732d706bc7317aa.zip
gcc-95bcca470502e25b79b4b7820732d706bc7317aa.tar.gz
gcc-95bcca470502e25b79b4b7820732d706bc7317aa.tar.bz2
Makefile.def (host_modules): Set bootstrap=true for flex.
* Makefile.def (host_modules): Set bootstrap=true for flex. * Makefile.tpl (all-gcc): Depend on texinfo and flex. * Makefile.in: Rebuilt. From-SVN: r84305
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index 511876f..21f2c7c 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -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; };