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 | |
parent | 4fd7f624ea5be9b2641685510dc7de9341e3cff6 (diff) | |
download | gdb-7dda0df6a35b01389ed6f7880982293aa62ee788.zip gdb-7dda0df6a35b01389ed6f7880982293aa62ee788.tar.gz gdb-7dda0df6a35b01389ed6f7880982293aa62ee788.tar.bz2 |
* Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
* Makefile.in: Rebuilt.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 1 | ||||
-rw-r--r-- | Makefile.tpl | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-12-12 Alexandre Oliva <aoliva@redhat.com> + + * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C). + * Makefile.in: Rebuilt. + 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org> * configure: Fix bug put in by gremlins. diff --git a/Makefile.in b/Makefile.in index 47e5192..1fe1bd3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7762,6 +7762,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 diff --git a/Makefile.tpl b/Makefile.tpl index 3de524c..6ae4a76 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 |