diff options
author | Daniel Jacobowitz <dan@codesourcery.com> | 2006-05-31 15:34:37 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@gcc.gnu.org> | 2006-05-31 15:34:37 +0000 |
commit | 5c3c36836e0f604aa3f65fb5d0462ba1970b5b74 (patch) | |
tree | b17a0dc31021af69de64f07f39aac02a99a1eec1 /libcpp/Makefile.in | |
parent | 4fe56d83258aa08ae48a595cf040cb66b42b0431 (diff) | |
download | gcc-5c3c36836e0f604aa3f65fb5d0462ba1970b5b74.tar.gz |
gcc/, libcpp/
gcc/, libcpp/
* Makefile.in (CATALOGS): Add po/ prefix.
* configure: Regenerated.
config/
* gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Provide some
defines otherwise gotten from AM_GNU_GETTEXT. Remove the
po/ prefix from CATALOGS.
From-SVN: r114268
Diffstat (limited to 'libcpp/Makefile.in')
-rw-r--r-- | libcpp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/Makefile.in b/libcpp/Makefile.in index 3229ca8ad30..edd75f13ee5 100644 --- a/libcpp/Makefile.in +++ b/libcpp/Makefile.in @@ -31,7 +31,7 @@ ARFLAGS = cru ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ -CATALOGS = @CATALOGS@ +CATALOGS = $(patsubst %,po/%,@CATALOGS@) CC = @CC@ CFLAGS = @CFLAGS@ WARN_CFLAGS = @WARN_CFLAGS@ @WARN_PEDANTIC@ @WERROR@ |