diff options
-rw-r--r-- | translations/makefile.mk | 2 |
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)/$@ |