mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 847397 - Remove mkdir_deps dependency for INSTALL_TARGETS rules. r=ted
This commit is contained in:
parent
a720f1bc18
commit
62a9fc733a
@ -1665,7 +1665,7 @@ endif
|
||||
define install_file_template
|
||||
$(or $(3),libs):: $(2)/$(notdir $(1))
|
||||
$(call install_cmd_override,$(2)/$(notdir $(1)))
|
||||
$(2)/$(notdir $(1)): $(1) $$(call mkdir_deps,$(2))
|
||||
$(2)/$(notdir $(1)): $(1)
|
||||
$$(call install_cmd,$(4) "$$<" "$${@D}")
|
||||
endef
|
||||
$(foreach category,$(INSTALL_TARGETS),\
|
||||
|
@ -1665,7 +1665,7 @@ endif
|
||||
define install_file_template
|
||||
$(or $(3),libs):: $(2)/$(notdir $(1))
|
||||
$(call install_cmd_override,$(2)/$(notdir $(1)))
|
||||
$(2)/$(notdir $(1)): $(1) $$(call mkdir_deps,$(2))
|
||||
$(2)/$(notdir $(1)): $(1)
|
||||
$$(call install_cmd,$(4) "$$<" "$${@D}")
|
||||
endef
|
||||
$(foreach category,$(INSTALL_TARGETS),\
|
||||
|
Loading…
Reference in New Issue
Block a user