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 | 8d57e6682bd65f29545892b56e9e794cc60b8447 (patch) | |
tree | b62a5d516f9671f59d774036e9baf68b4044a980 /Makefile.tpl | |
parent | d432ac751b7fb37d50502081243da5c722a8a522 (diff) | |
download | cygnal-8d57e6682bd65f29545892b56e9e794cc60b8447.tar.gz cygnal-8d57e6682bd65f29545892b56e9e794cc60b8447.tar.bz2 cygnal-8d57e6682bd65f29545892b56e9e794cc60b8447.zip |
* 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 393ee5ef0..120fbc4b0 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 |