diff options
-rw-r--r-- | translations/translate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/translate/Makefile b/translations/translate/Makefile index dac744f8369..fa34acd835e 100644 --- a/translations/translate/Makefile +++ b/translations/translate/Makefile @@ -53,7 +53,7 @@ sdf-l10n/$(1).sdf: sdf-template/en-US.sdf $(OUTDIR_FOR_BUILD)/bin/po2lo \ ifeq ($(OS_FOR_BUILD),WNT) $(call gb_Helper_abbreviate_dirs_native, \ $(gb_PYTHON) $(shell cygpath -m $(OUTDIR_FOR_BUILD))/bin/po2lo --skipsource -i \ - $(SRCDIR)/translations/source/$(1) -t $$< -o $$@ -l $(1)) + $(shell cygpath -m $(SRCDIR)/translations/source/$(1)) -t $$< -o $$@ -l $(1)) $(echo $(gb_PYTHON)) else $(call gb_Helper_abbreviate_dirs_native, \ |