summaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-09-05 01:46:39 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-09-05 01:46:39 -0400
commit05ef84e9d6a5409d22f87023b861fb2450c4f86a (patch)
tree93ac651681061a18d29cab92750f951ae9e8e69b /po/Makefile.in.in
parent50945f0c21fda61fcad5244916a071c8f95d0a3f (diff)
downloadgtk+-05ef84e9d6a5409d22f87023b861fb2450c4f86a.tar.gz
Fix fallout from automake version bump
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 7e9c65573a..5f53019686 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -126,7 +126,7 @@ install-data: install-data-@USE_NLS@
install-data-no: all
install-data-yes: all
$(mkdir_p) $(DESTDIR)$(datadir); \
- @catalogs='$(CATALOGS)'; \
+ catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
case "$$cat" in \