Bug 847397 - Remove mkdir_deps dependency for INSTALL_TARGETS rules. r=ted

This commit is contained in:
Mike Hommey 2013-03-04 19:34:02 +01:00
parent a720f1bc18
commit 62a9fc733a
2 changed files with 2 additions and 2 deletions

View File

@ -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),\

View File

@ -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),\