summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-05-17 19:23:34 +0000
committerAlexandre Oliva <aoliva@redhat.com>2000-05-17 19:23:34 +0000
commit169e113e550d01c090763c79c9c6717ad3440162 (patch)
treef81e00d9eae60500bd4588a56a7f74d8ed35eb1a /Makefile.in
parent74b275b65cd594a46dc3b926554d2a717a3742fe (diff)
downloadbinutils-redhat-169e113e550d01c090763c79c9c6717ad3440162.tar.gz
* Makefile.in (configure-target-libiberty): Depend on
configure-target-newlib.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8e26f2d324..b4c4618397 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)