mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +08:00
Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in (all-gcc): Added dependency on all-gas.
This commit is contained in:
parent
9aa964da87
commit
cb4005ffe2
@ -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)
|
||||
|
@ -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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user