aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-03-02 15:11:21 +0100
committerAndras Timar <atimar@suse.com>2012-03-02 15:11:21 +0100
commitd13228b7621a7c0c5aaed112fa6c2f443a3fe2c5 (patch)
tree14295646fab724a03e644be9f6f2ca33a85e67f9
parentcf5aa025c3a04a8ebbb9ebbab65c2a59a57aeabd (diff)
fix build on Windows 2nd time
-rw-r--r--translations/translate/Makefile2
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, \