replace SOLARSRC by SRC_ROOT

This commit is contained in:
Norbert Thiebaud
2012-01-19 02:06:12 -06:00
parent 4dba2d1150
commit 1550950ffe

View File

@@ -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