* Makefile.in (all-patch): depend on all-libiberty.
This commit is contained in:
parent
8b14bbe5be
commit
be2c65d3c5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
||||
|
||||
* Makefile.in (all-patch): depend on all-libiberty.
|
||||
|
||||
Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in: If the only directory in target_configdirs which
|
||||
|
|
|
@ -1043,7 +1043,7 @@ all-mmalloc:
|
|||
configure-target-newlib: $(ALL_GCC)
|
||||
all-target-newlib: configure-target-newlib all-binutils all-gas all-gcc
|
||||
all-opcodes: all-bfd
|
||||
all-patch:
|
||||
all-patch: all-libiberty
|
||||
all-prms: all-libiberty
|
||||
all-rcs:
|
||||
all-readline:
|
||||
|
|
Loading…
Reference in a new issue