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 /Makefile.in | |
parent | 852dff61566d2e005e604fb0a8ab188988ca0324 (diff) | |
download | gcc-f87505dda0243e97ff9defd8efbe869e8a611183.tar.gz |
* Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
From-SVN: r60060
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |