From d13228b7621a7c0c5aaed112fa6c2f443a3fe2c5 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 2 Mar 2012 15:11:21 +0100 Subject: [PATCH] fix build on Windows 2nd time --- translations/translate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, \