diff options
author | David Henkel-Wallace <gumby@cygnus> | 1992-09-26 22:33:06 +0000 |
---|---|---|
committer | David Henkel-Wallace <gumby@cygnus> | 1992-09-26 22:33:06 +0000 |
commit | c43949138b874ffe12cc62d54c8e4572d41faba1 (patch) | |
tree | 64a25a5ef173f0da47e06a488ac745a72485285e | |
parent | e59e2bf87442781a427c2f86755dc48266190250 (diff) | |
download | binutils-gdb-c43949138b874ffe12cc62d54c8e4572d41faba1.tar.gz |
Make sure flex is built before stuff that might use it.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3cf295ad80d..4ac5e2e6680 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ # script appropriate for this directory. For more information, check # any existing configure script. -configdirs="autoconf libgcc mmalloc libiberty texinfo opcodes bfd binutils byacc bison flex gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm tgas " +configdirs="autoconf libgcc mmalloc libiberty texinfo flex byacc bison opcodes bfd binutils gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm tgas " srctrigger=cfg-paper.texi srcname="gnu development package" |