[gtk+] Fix fallout from automake version bump
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+] Fix fallout from automake version bump
- Date: Sat, 5 Sep 2009 05:48:55 +0000 (UTC)
commit 05ef84e9d6a5409d22f87023b861fb2450c4f86a
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Sep 5 01:46:39 2009 -0400
Fix fallout from automake version bump
po-properties/Makefile.in.in | 2 +-
po/Makefile.in.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/po-properties/Makefile.in.in b/po-properties/Makefile.in.in
index f7bf587..db1b638 100644
--- a/po-properties/Makefile.in.in
+++ b/po-properties/Makefile.in.in
@@ -107,7 +107,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 \
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 7e9c655..5f53019 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 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]