summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/CustomTarget_shlxthdl_res.mk16
1 files changed, 5 insertions, 11 deletions
diff --git a/shell/CustomTarget_shlxthdl_res.mk b/shell/CustomTarget_shlxthdl_res.mk
index 2885176b52ec..1e0e12b68479 100644
--- a/shell/CustomTarget_shlxthdl_res.mk
+++ b/shell/CustomTarget_shlxthdl_res.mk
@@ -32,18 +32,12 @@ $(eval $(call gb_CustomTarget_register_targets,shell/source/win32/shlxthandler/r
shlxthdl_impl.rc \
))
-$(call gb_CustomTarget_get_target,shell/source/win32/shlxthandler/res) : \
- $(call gb_CustomTarget_get_workdir,shell/source/win32/shlxthandler/res)/shlxthdl_impl.rc
-
$(call gb_CustomTarget_get_workdir,shell/source/win32/shlxthandler/res)/shlxthdl_impl.rc : \
- $(call gb_CustomTarget_get_workdir,shell/source/win32/shlxthandler/res)/shlxthdl.ulf \
- $(SRCDIR)/shell/source/win32/shlxthandler/res/rcfooter.txt \
- $(SRCDIR)/shell/source/win32/shlxthandler/res/rcheader.txt \
- $(SRCDIR)/shell/source/win32/shlxthandler/res/rctmpl.txt \
- $(call gb_Executable_get_runtime_dependencies,lngconvex) \
- | $(call gb_CustomTarget_get_workdir,shell/source/win32/shlxthandler/res)/.dir
-
-$(call gb_CustomTarget_get_workdir,shell/source/win32/shlxthandler/res)/shlxthdl_impl.rc :
+ $(call gb_CustomTarget_get_workdir,shell/source/win32/shlxthandler/res)/shlxthdl.ulf \
+ $(SRCDIR)/shell/source/win32/shlxthandler/res/rcfooter.txt \
+ $(SRCDIR)/shell/source/win32/shlxthandler/res/rcheader.txt \
+ $(SRCDIR)/shell/source/win32/shlxthandler/res/rctmpl.txt \
+ $(call gb_Executable_get_runtime_dependencies,lngconvex)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),LCX,1)
$(call gb_Helper_abbreviate_dirs,\
cd $(SRCDIR)/shell/source/win32/shlxthandler/res && \