diff --git a/makefile b/makefile index 0b19a7edce9..68dca624085 100644 --- a/makefile +++ b/makefile @@ -1279,8 +1279,10 @@ else endif %.mo: %.po +ifneq ($(TARGETOS),macosx) @echo Converting translation $<... $(SILENT) msgfmt --check --output-file $@ $< +endif #------------------------------------------------- # Regression tests