diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-12-12 07:04:34 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2002-12-12 07:04:34 +0000 |
commit | f87505dda0243e97ff9defd8efbe869e8a611183 (patch) | |
tree | e19a486f3525f39269cda7a4be42c015a48bfcb0 | |
parent | 852dff61566d2e005e604fb0a8ab188988ca0324 (diff) | |
download | gcc-f87505dda0243e97ff9defd8efbe869e8a611183.tar.gz |
* Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
From-SVN: r60060
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7e9f1207a52..236cabd67cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-12-12 Alexandre Oliva <aoliva@redhat.com> + + * Makefile.in (configure-target-rda): Depend on ALL_GCC_C. + 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com> * config.sub: Import from master repository diff --git a/Makefile.in b/Makefile.in index 6f7689785cb..c938d63236c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1725,6 +1725,7 @@ all-textutils: all-time: all-tix: all-tcl all-tk all-wdiff: +configure-target-rda: $(ALL_GCC_C) configure-target-winsup: $(ALL_GCC_C) all-target-winsup: all-target-libiberty all-target-libtermcap all-uudecode: all-libiberty |