diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-22 19:01:20 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-22 19:01:20 +0000 |
commit | 8a3e139d81763588a7d24c1b2580b2536bb0caf9 (patch) | |
tree | f6672e1fb5f6ddffc274499227914a95efa960fb /Makefile.in | |
parent | 5cbd2c085373e4bddccb0abaf122fc9e3fd8c199 (diff) | |
download | gcc-8a3e139d81763588a7d24c1b2580b2536bb0caf9.tar.gz |
* Makefile.tpl (all-make): Depend on intl.
* Makefile.in: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69684 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0b3c8b81494..81cc0d6dff6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23866,7 +23866,7 @@ all-flex: maybe-all-libiberty maybe-all-bison maybe-all-byacc all-gzip: maybe-all-libiberty all-hello: maybe-all-libiberty all-m4: maybe-all-libiberty maybe-all-texinfo -all-make: maybe-all-libiberty +all-make: maybe-all-libiberty maybe-all-intl all-patch: maybe-all-libiberty all-prms: maybe-all-libiberty all-recode: maybe-all-libiberty |