[Libreoffice] [PATCH] Makefile.am wildcard typo

Goran Rakic grakic at devbase.net
Thu Oct 7 14:56:39 PDT 2010


Signed-off-by: Goran Rakic <grakic at devbase.net>
---
 po/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/Makefile.am b/po/Makefile.am
index be79ea4..670f375 100644
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -19,7 +19,7 @@ lo-build.sdf: ${wildcard sdf-templates/*.sdf}
 lo-build.pot: lo-build.sdf /usr/bin/oo2po
 	oo2po -P --multifile=onefile lo-build.sdf $@
 
-lo-build-*.po: lo-build.pot /usr/bin/pot2po
+lo-build-%.po: lo-build.pot /usr/bin/pot2po
 	pot2po -t $@ -i lo-build.pot -o $@.new
 	mv $@.new $@
 
-- 
1.7.0.4




More information about the LibreOffice mailing list