diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-07-22 19:03:26 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-07-22 19:03:26 +0000 |
commit | b9abda6a18e71a36b52dfeae077b76870d5d3c94 (patch) | |
tree | 5244a522d93a022084e42d1786198ba5becba718 /Makefile.tpl | |
parent | 32ffcbeda50deb1aa5507dcad91a6bc31b680675 (diff) | |
download | gdb-b9abda6a18e71a36b52dfeae077b76870d5d3c94.zip gdb-b9abda6a18e71a36b52dfeae077b76870d5d3c94.tar.gz gdb-b9abda6a18e71a36b52dfeae077b76870d5d3c94.tar.bz2 |
* Makefile.tpl (all-make): Depend on intl.
* Makefile.in: Rebuilt.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 393ee5e..120fbc4 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1342,7 +1342,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 |