Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
authorIan Lance Taylor <ian@airs.com>
Tue, 2 Feb 1993 21:46:14 +0000 (21:46 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 2 Feb 1993 21:46:14 +0000 (21:46 +0000)
* Makefile.in (all-gcc): Added dependency on all-gas.

ChangeLog
Makefile.in

index 94a4e1d..6db68cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
 
+       * Makefile.in (all-gcc): Added dependency on all-gas.
+
        * configure.in (mips-*-*): Build ld and binutils.
 
 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
index 4ebb3b5..9c54d9e 100644 (file)
@@ -730,7 +730,7 @@ install-flex: force
                true ; \
        fi
 ### gcc
-all-gcc: all-libiberty all-byacc all-binutils
+all-gcc: all-libiberty all-byacc all-binutils all-gas
        @if [ -f ./gcc/Makefile ] ; then \
                rootme=`pwd` ; export rootme ; \
                srcroot=`cd $(srcdir); pwd` ; export srcroot ; \