aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-12-11 22:58:07 +0100
committerAndras Timar <atimar@suse.com>2011-12-11 22:58:07 +0100
commit07a4366b4199eb9b9833727f3c2439e200bd8986 (patch)
tree228cc71e4736eb5cd9596543e17cf0c211dcd4f9
parent02ece8af3e82a4806d6d3395f5f324995d7f9a9f (diff)
let translations build under MinGW
-rw-r--r--translations/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/makefile.mk b/translations/makefile.mk
index 4c7d313007e..e0f8545b88e 100644
--- a/translations/makefile.mk
+++ b/translations/makefile.mk
@@ -71,7 +71,7 @@ PYTHONCMD=$(WRAPCMD) $(PYTHON)
$(MISC)/sdf-template/en-US.sdf :
-$(MKDIRHIER) $(MISC)/sdf-template
-$(MKDIRHIER) $(MISC)/sdf-l10n
-.IF "$(OS)" == "WNT"
+.IF "$(OS_FOR_BUILD)"=="WNT"
$(SOLARSRC)/solenv/bin/localize -f $(shell cygpath -m $(SRC_ROOT)/$(PRJNAME)/$@)
.ELSE
$(SOLARSRC)/solenv/bin/localize -f $(SRC_ROOT)/$(PRJNAME)/$@