diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-03-25 11:57:39 +0100 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-03-25 12:01:59 +0100 |
commit | 56a52889e65a17e324fc10cf341690385f5a9dd9 (patch) | |
tree | 00b1b49b1ea5fc63c2ab01838a55afb5d420c1ad /shell | |
parent | 2d8547d095897037388b27075fd7dc182a4e4912 (diff) |
Remove unneeded project and projectroot parameters
Plus avoid use of Export::sLanguages member outside
of the class.
Change-Id: I33702816fdb4980d690cfe8fcd8cc3fbd0df1dd8
Diffstat (limited to 'shell')
-rw-r--r-- | shell/CustomTarget_shlxthdl_res.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/CustomTarget_shlxthdl_res.mk b/shell/CustomTarget_shlxthdl_res.mk index 1e0e12b68479..382724f52390 100644 --- a/shell/CustomTarget_shlxthdl_res.mk +++ b/shell/CustomTarget_shlxthdl_res.mk @@ -54,7 +54,7 @@ $(call gb_CustomTarget_get_workdir,shell/source/win32/shlxthandler/res)/shlxthdl $(call gb_Executable_get_runtime_dependencies,ulfex) MERGEINPUT=`$(gb_MKTEMP)` && \ echo $(foreach lang,$(gb_TRANS_LANGS),$(gb_POLOCATION)/$(lang)/$(patsubst %/,%,$(subst $(SRCDIR)/,,$(dir $<))).po) > $${MERGEINPUT} && \ - $(call gb_Executable_get_command,ulfex) -p shell -i $< -o $@ -m $${MERGEINPUT} -l all && \ + $(call gb_Executable_get_command,ulfex) -i $< -o $@ -m $${MERGEINPUT} -l all && \ rm -f $${MERGEINPUT} # vim: set shiftwidth=4 tabstop=4 noexpandtab: |