po: Fix Makefile.in.in syntax

Introduced by cff536c99e
This commit is contained in:
Rico Tzschichholz 2012-10-31 13:14:06 +01:00
parent a773a615b6
commit 531be87f24

View File

@ -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 \