diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-12-12 07:04:28 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-12-12 07:04:28 +0000 |
commit | 7dda0df6a35b01389ed6f7880982293aa62ee788 (patch) | |
tree | d04686427c02c989bc1ecf8fea88448419bf87b7 /Makefile.tpl | |
parent | 4fd7f624ea5be9b2641685510dc7de9341e3cff6 (diff) | |
download | binutils-gdb-7dda0df6a35b01389ed6f7880982293aa62ee788.tar.gz |
* Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
* Makefile.in: Rebuilt.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 3de524c0e3e..6ae4a764f1f 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1367,6 +1367,7 @@ all-target-libgloss: maybe-configure-target-newlib configure-target-libiberty: $(ALL_GCC_C) configure-target-libtermcap: $(ALL_GCC_C) configure-target-newlib: $(ALL_GCC) +configure-target-rda: $(ALL_GCC_C) configure-target-winsup: $(ALL_GCC_C) all-target-winsup: maybe-all-target-libiberty maybe-all-target-libtermcap |