get the order of opcodes + binutils right so that everything builds
authorMike Werner <mtw@cygnus>
Mon, 31 Aug 1992 23:19:34 +0000 (23:19 +0000)
committerMike Werner <mtw@cygnus>
Mon, 31 Aug 1992 23:19:34 +0000 (23:19 +0000)
Makefile.in
configure.in

index 81049e9a9ae30038d09fc7b0dbe9b47390c89ec4..a8bd5b5a450fb8dd6b0b2dc81c0f409d36b06d86 100644 (file)
@@ -65,7 +65,7 @@ MAKEINFO = `if [ -f $${rootme}/texinfo/C/makeinfo ] ; \
        then echo $${rootme}/texinfo/C/makeinfo ; \
        else echo makeinfo ; fi`
 
-SUBDIRS = libiberty mmalloc glob readline bfd gdb binutils opcodes ld gas tgas gcc libg++ newlib libm # clib -- newlib replaces
+SUBDIRS = libiberty mmalloc glob readline opcodes bfd gdb binutils opcodes ld gas tgas gcc libg++ newlib libm # clib -- newlib replaces
 OTHERS = 
 
 ALL = all.normal
@@ -135,14 +135,14 @@ install-dir.info:
        $(INSTALL_DATA) dir.info $(infodir)/dir.info
 
 all.normal: all-autoconf all-libiberty all-mmalloc all-texinfo \
-       all-byacc all-flex all-bfd all-ld all-gas all-tgas all-gcc \
-       all-binutils all-opcodes all-libg++ all-readline all-gdb \
+       all-byacc all-flex all-opcodes all-bfd all-ld all-gas all-tgas \
+       all-gcc all-binutils  all-libg++ all-readline all-gdb \
        all-make all-rcs all-cvs all-diff all-grep \
        all-patch all-emacs all-ispell all-etc \
        all-newlib all-gprof all-send_pr all-libm
 
 all.cross: all-libiberty all-mmalloc all-gas all-byacc all-flex all-ld \
-       all-bfd all-readline all-gdb all-binutils all-opcodes all-gcc \
+        all-opcodes all-bfd all-readline all-gdb all-binutils all-gcc \
        all-newlib
 #      $(MAKE) $(FLAGS_TO_PASS) subdir_do DO=all "DODIRS=$(SUBDIRS) $(OTHERS)"
 
index 701b12a788e0a1750a729d1a4d6c1d6428c23c42..27090e7e2f53935987a67982c9e8c541305fb82e 100644 (file)
@@ -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"