diff options
author | Andras Timar <atimar@suse.com> | 2011-12-01 13:41:07 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-12-01 13:43:28 +0100 |
commit | 19f0d48364d19bc02dcca92a324fbdbd6cb57535 (patch) | |
tree | bda620ae4d700178e412fe4c7bb5fe86be20f65e /instsetoo_native | |
parent | 52d5644828ac5528d8b5fe6dd644669364f35bce (diff) |
delete the space after 'qtz', too
otherwize double space will occur in the variable and
it will be replaced to ',,' instead of ',' -> build fails
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index db11ea40b861..16cc3a6c41d3 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -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 .IF "$(ENABLE_RELEASE_BUILD)"=="TRUE" -alllangiso:=$(alllangiso:s/qtz//) +alllangiso:=$(alllangiso:s/qtz //) .ENDIF allhelplangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(help_exist) $(eq,$i,$j $i $(NULL)))) |