[glib] po: Fix Makefile.in.in syntax



commit 531be87f24ecb8ad5d8753a79d8fdd894d0e094a
Author: Rico Tzschichholz <ricotz t-online de>
Date:   Wed Oct 31 13:14:06 2012 +0100

    po: Fix Makefile.in.in syntax
    
    Introduced by cff536c99ed22f83a09a1030c720f1555240390b

 po/Makefile.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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 \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]