Kaydet (Commit) 19f0d483 authored tarafından Andras Timar's avatar Andras Timar

delete the space after 'qtz', too

otherwize double space will occur in the variable and
it will be replaced to ',,' instead of ',' -> build fails
üst 52d56448
...@@ -81,7 +81,7 @@ help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" 2> ...@@ -81,7 +81,7 @@ help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" 2>
# do not build key is pseudolanguage for release builds # do not build key is pseudolanguage for release builds
.IF "$(ENABLE_RELEASE_BUILD)"=="TRUE" .IF "$(ENABLE_RELEASE_BUILD)"=="TRUE"
alllangiso:=$(alllangiso:s/qtz//) alllangiso:=$(alllangiso:s/qtz //)
.ENDIF .ENDIF
allhelplangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(help_exist) $(eq,$i,$j $i $(NULL)))) allhelplangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(help_exist) $(eq,$i,$j $i $(NULL))))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment