From 531be87f24ecb8ad5d8753a79d8fdd894d0e094a Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 31 Oct 2012 13:14:06 +0100 Subject: [PATCH] po: Fix Makefile.in.in syntax Introduced by cff536c99ed22f83a09a1030c720f1555240390b --- po/Makefile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 530910e..e6c32cb 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -131,7 +131,7 @@ install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \ - @catalogs='$(CATALOGS)'; \ + catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ case "$$cat" in \ -- 2.7.4