From 85c7e212a26b24883b9a001b6529efeb80955809 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 16 Jul 2013 14:54:04 +0200 Subject: gbuild: consolidate ULF copypaste in gb_CustomTarget_ulfex_rule Change-Id: I0c5b68f6bc81c7c1c88be2cde42fc06949fff8e7 --- shell/CustomTarget_shlxthdl_res.mk | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'shell') diff --git a/shell/CustomTarget_shlxthdl_res.mk b/shell/CustomTarget_shlxthdl_res.mk index 6df6008b17d3..025dc918d617 100644 --- a/shell/CustomTarget_shlxthdl_res.mk +++ b/shell/CustomTarget_shlxthdl_res.mk @@ -31,12 +31,10 @@ $(call gb_CustomTarget_get_workdir,shell/source/win32/shlxthandler/res)/shlxthdl -rch rcheader.txt \ -rcf rcfooter.txt) -$(call gb_CustomTarget_get_workdir,shell/source/win32/shlxthandler/res)/shlxthdl.ulf : \ - $(SRCDIR)/shell/source/win32/shlxthandler/res/shlxthdl.ulf \ - $(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) -i $< -o $@ -m $${MERGEINPUT} -l all && \ - rm -f $${MERGEINPUT} +$(eval $(call gb_CustomTarget_ulfex_rule,\ + $(call gb_CustomTarget_get_workdir,shell/source/win32/shlxthandler/res)/shlxthdl.ulf,\ + $(SRCDIR)/shell/source/win32/shlxthandler/res/shlxthdl.ulf,\ + $(foreach lang,$(gb_TRANS_LANGS),\ + $(gb_POLOCATION)/$(lang)/shell/source/win32/shlxthandler/res.po))) # vim: set shiftwidth=4 tabstop=4 noexpandtab: -- cgit v1.2.3