diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-22 02:36:20 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-22 02:36:20 +0000 |
commit | 7a9bc7f66a4c62d3f7be1d0a619374859b011ffc (patch) | |
tree | 97958b1bc04c5e47433605621f1466fe0abe7a7a /Makefile.tpl | |
parent | bb3ecbc7d04cf3f1acbcae6662324dbf5ff94c30 (diff) | |
download | gcc-7a9bc7f66a4c62d3f7be1d0a619374859b011ffc.tar.gz |
* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
newlib or libgloss.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67077 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 9d2c326a6d2..c07fed66392 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1434,7 +1434,7 @@ configure-target-zlib: $(ALL_GCC_C) configure-target-examples: $(ALL_GCC_C) configure-target-libgloss: $(ALL_GCC) all-target-libgloss: maybe-configure-target-newlib -configure-target-libiberty: $(ALL_GCC_C) +configure-target-libiberty: $(ALL_GCC) configure-target-libtermcap: $(ALL_GCC_C) configure-target-newlib: $(ALL_GCC) configure-target-rda: $(ALL_GCC_C) |