From: K. Richard Pixley Date: Thu, 13 Jun 1991 05:06:52 +0000 (+0000) Subject: Rearranged build order so that gcc, which builds the library X-Git-Tag: gdb-4_18~24149 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da7492c406d88edbf3cba43c4cc93110aade49b1;p=thirdparty%2Fbinutils-gdb.git Rearranged build order so that gcc, which builds the library subdirectories, is installed first. This will probably be changed soon. --- diff --git a/configure.in b/configure.in index aa658bb6631..473c8afca4d 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="libiberty bfd binutils ld gas readline gcc gnulib ${clib}" +configdirs="libiberty bfd binutils gcc ld gas readline gnulib ${clib}" srctrigger=README.configure srcname="gnu development package"