summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-21 12:52:28 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-21 12:52:28 +0100
commitd4b6d7ea66ef74bf9af6b0956ad5a95db8c30f38 (patch)
tree37e20aca22ec7fbebd0ef56f0c06dcb37cee24f9 /makefile
parent9b2b268cdf1aa269e66c0e3fe01b272f127939fd (diff)
fix for posix systems (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0b19a7edce9..187f13d233a 100644
--- a/makefile
+++ b/makefile
@@ -1279,8 +1279,12 @@ else
endif
%.mo: %.po
+ifeq (posix,$(SHELLTYPE))
+ @echo "Converting translation $<..."
+else
@echo Converting translation $<...
- $(SILENT) msgfmt --check --output-file $@ $<
+endif
+ $(SILENT) msgfmt --check --output-file "$@" $<
#-------------------------------------------------
# Regression tests