projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a773a61
)
po: Fix Makefile.in.in syntax
author
Rico Tzschichholz
<ricotz@t-online.de>
Wed, 31 Oct 2012 12:14:06 +0000
(13:14 +0100)
committer
Rico Tzschichholz
<ricotz@t-online.de>
Wed, 31 Oct 2012 12:14:06 +0000
(13:14 +0100)
Introduced by
cff536c99ed22f83a09a1030c720f1555240390b
po/Makefile.in.in
patch
|
blob
|
history
diff --git
a/po/Makefile.in.in
b/po/Makefile.in.in
index 530910e2c33fe9bb32014f856ddd1e5ea29629e7..e6c32cba781cc38f8b19155f2858c70342367a56 100644
(file)
--- 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 \