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 | c365f34b2035e24a9a2c07e83c2ab50dc1abc176 (patch) | |
tree | 4ae2abc612b16321913304fe0bbfc53bdd324550 | |
parent | 3138516716d91c67206e5c6d3bf44b64d02016b6 (diff) | |
download | gdb-c365f34b2035e24a9a2c07e83c2ab50dc1abc176.tar.gz |
* 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
diff --git a/ChangeLog b/ChangeLog index bc4a69edbfc..1be00cb2a99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 8e26f2d3248..b4c46183978 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) |