diff options
author | Mike Werner <mtw@cygnus> | 1992-08-31 23:19:34 +0000 |
---|---|---|
committer | Mike Werner <mtw@cygnus> | 1992-08-31 23:19:34 +0000 |
commit | 868ebe79a851acd5a214e547171c3242995cea33 (patch) | |
tree | a9280ead23ffe5af7c9781f4312aa48203e57204 /configure.in | |
parent | cfb48ce52d635ba21a7c255498db7dddfd319df4 (diff) | |
download | gdb-868ebe79a851acd5a214e547171c3242995cea33.zip gdb-868ebe79a851acd5a214e547171c3242995cea33.tar.gz gdb-868ebe79a851acd5a214e547171c3242995cea33.tar.bz2 |
get the order of opcodes + binutils right so that everything builds
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 701b12a..27090e7 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 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 opcodes" +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 " srctrigger=cfg-paper.texi srcname="gnu development package" |