aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-19 02:06:12 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-01-19 02:06:12 -0600
commit1550950ffee70f42589a751adb36bc286b1149e6 (patch)
tree25c35f4ba1044249bbdad83f099d02f95da0cf47
parent4dba2d11503defbc172a5d7cace42179c8e32bc3 (diff)
replace SOLARSRC by SRC_ROOT
-rw-r--r--translations/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/translations/makefile.mk b/translations/makefile.mk
index e0f8545b88e..95353286041 100644
--- a/translations/makefile.mk
+++ b/translations/makefile.mk
@@ -72,9 +72,9 @@ $(MISC)/sdf-template/en-US.sdf :
-$(MKDIRHIER) $(MISC)/sdf-template
-$(MKDIRHIER) $(MISC)/sdf-l10n
.IF "$(OS_FOR_BUILD)"=="WNT"
- $(SOLARSRC)/solenv/bin/localize -f $(shell cygpath -m $(SRC_ROOT)/$(PRJNAME)/$@)
+ $(SRC_ROOT)/solenv/bin/localize -f $(shell cygpath -m $(SRC_ROOT)/$(PRJNAME)/$@)
.ELSE
- $(SOLARSRC)/solenv/bin/localize -f $(SRC_ROOT)/$(PRJNAME)/$@
+ $(SRC_ROOT)/solenv/bin/localize -f $(SRC_ROOT)/$(PRJNAME)/$@
.ENDIF # "$(OS)" == "WNT"
pot : $(MISC)/sdf-template/en-US.sdf