diff options
author | David Tardon <dtardon@redhat.com> | 2013-02-13 11:06:36 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-02-13 11:06:36 +0100 |
commit | 3696f90a559293c94d42e07c8084c728b5f296e6 (patch) | |
tree | 55b02eed99e26484bad5d825002686ea3eda98b7 /shell | |
parent | 7e3d969155ff38f216965cbd7dace26e74c9255c (diff) |
simplify makefile
Change-Id: Id40bdd821308b18a49630c15b1e28c004d7311ed
Diffstat (limited to 'shell')
-rw-r--r-- | shell/CustomTarget_shlxthdl_res.mk | 16 |
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 && \ |