diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-05-17 19:23:34 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-05-17 19:23:34 +0000 |
commit | 8ce9ee83b84bf3c6b4aa2211ba0e951ed4bd7e24 (patch) | |
tree | d55d06ee9b55ce794c21d53b32970088dfd2a617 | |
parent | d3d8c2db17912229eb96349f3cadd442f27f6362 (diff) | |
download | newlib-8ce9ee83b84bf3c6b4aa2211ba0e951ed4bd7e24.zip newlib-8ce9ee83b84bf3c6b4aa2211ba0e951ed4bd7e24.tar.gz newlib-8ce9ee83b84bf3c6b4aa2211ba0e951ed4bd7e24.tar.bz2 |
* Makefile.in (configure-target-libiberty): Depend on
configure-target-newlib.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com> + + * Makefile.in (configure-target-libiberty): Depend on + configure-target-newlib. + Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com> Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>: diff --git a/Makefile.in b/Makefile.in index 8e26f2d..b4c4618 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1629,7 +1629,7 @@ all-target-winsup: all-target-newlib all-target-libiberty all-target-libtermcap configure-target-winsup: configure-target-newlib all-uudecode: all-libiberty all-zip: -configure-target-libiberty: $(ALL_GCC) +configure-target-libiberty: $(ALL_GCC) configure-target-newlib all-target-libiberty: configure-target-libiberty all-gcc all-ld all-target-newlib all-target: $(ALL_TARGET_MODULES) install-target: $(INSTALL_TARGET_MODULES) |