fix for posix systems (nw)

This commit is contained in:
Miodrag Milanovic 2016-02-21 12:52:28 +01:00
parent 9b2b268cdf
commit d4b6d7ea66

View File

@ -1279,8 +1279,12 @@ else
endif endif
%.mo: %.po %.mo: %.po
ifeq (posix,$(SHELLTYPE))
@echo "Converting translation $<..."
else
@echo Converting translation $<... @echo Converting translation $<...
$(SILENT) msgfmt --check --output-file $@ $< endif
$(SILENT) msgfmt --check --output-file "$@" $<
#------------------------------------------------- #-------------------------------------------------
# Regression tests # Regression tests