summaryrefslogtreecommitdiffstats
path: root/Makefile.def
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2004-07-08 19:46:05 +0000
committerAlexandre Oliva <aoliva@redhat.com>2004-07-08 19:46:05 +0000
commit6d56983c20dd1b454895f697e2cb2d26b2ce0086 (patch)
tree90b530eff9d2c1cf0b95ced001465fc96ccb368e /Makefile.def
parent1d4707111a1a3f8ba6a15b44e6401de1d3fe4c34 (diff)
downloadcygnal-6d56983c20dd1b454895f697e2cb2d26b2ce0086.tar.gz
cygnal-6d56983c20dd1b454895f697e2cb2d26b2ce0086.tar.bz2
cygnal-6d56983c20dd1b454895f697e2cb2d26b2ce0086.zip
* 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.def')
-rw-r--r--Makefile.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index 511876f81..21f2c7c8f 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; };