aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-02-02 21:46:14 +0000
committerIan Lance Taylor <ian@airs.com>1993-02-02 21:46:14 +0000
commitcb4005ffe21a2776544296d23233d64aa1fea12c (patch)
treebefcffcb5630d0d5b9eec8ac7b409a98b1c1c037
parent9aa964da87c5ea44c35310289ff18b9f686c8aa4 (diff)
downloadgdb-cb4005ffe21a2776544296d23233d64aa1fea12c.zip
gdb-cb4005ffe21a2776544296d23233d64aa1fea12c.tar.gz
gdb-cb4005ffe21a2776544296d23233d64aa1fea12c.tar.bz2
Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in (all-gcc): Added dependency on all-gas.
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 94a4e1d..6db68cd 100644
--- 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)
diff --git a/Makefile.in b/Makefile.in
index 4ebb3b5..9c54d9e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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 ; \