summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-21 20:22:17 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-21 20:25:29 +0100
commit65c192b2b63bf6eee23eefd5b4edb5656f4b4758 (patch)
tree1d44850c1e848de8ef37253bb580bd531ced250c /makefile
parentf72bba93fda0c91f6cf5f057a03c88480044a14f (diff)
fixed make translation (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 2cb900557c7..076d6a6d24b 100644
--- a/makefile
+++ b/makefile
@@ -1386,4 +1386,5 @@ shaders:
translation:
$(SILENT) echo Generating mame.pot
$(SILENT) find src -iname "*.cpp" | xargs xgettext --from-code=UTF-8 -k_ -k__ -o mame.pot
- $(SILENT) find language -iname "*.po" | xargs -n 1 msgmerge -U mame.pot
+ $(SILENT) find language -iname "*.po" | xargs -n 1 -I %% msgmerge -U %% mame.pot
+